File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Feel free to add content and custom Front Matter to this file.
33# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
44
5- layout : home
5+ # layout: home
66---
77
88# I@nsea on Docker
Original file line number Diff line number Diff line change 1- theme : jekyll-theme-tactile
2- domain : ecelis.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
3- url : https://ecelis.github.io # the base hostname and protocol for your site, e.g. http://example.com
4- baseurl : /ianseo/ # place folder name if the site is served in a subfolder
1+ domain : ianseo.arqueria.pro # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
2+ url : https://ianseo.arqueria.pro # the base hostname and protocol for your site, e.g. http://example.com
3+ # baseurl: / # place folder name if the site is served in a subfolder
4+ # theme: jekyll-theme-tactile
5+ remote_theme : pages-themes/tactile@v0.2.0
6+ plugins :
7+ - jekyll-remote-theme # add this line to the plugins list if you already have one
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="{{ site.lang | default: "en-US " }}">
3+ < head >
4+ < meta charset ='utf-8 '>
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
8+ < link rel ="stylesheet " type ="text/css " href ="{{ '/assets/css/print.css' | relative_url }} " media ="print ">
9+ <!--[if lt IE 9]>
10+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11+ <![endif]-->
12+
13+ {% seo %}
14+ {% include head-custom.html %}
15+ </ head >
16+
17+ < body >
18+ < div id ="container ">
19+ < div class ="inner ">
20+
21+ < header >
22+ < h1 > {{ page.title | default: site.title | default: site.github.repository_name }}</ h1 >
23+ < h2 > {{ page.description | default: site.description | default: site.github.project_tagline }}</ h2 >
24+ </ header >
25+ < section id ="downloads " class ="clearfix ">
26+ {% if site.show_downloads %}
27+ < a href ="{{ site.github.zip_url }} " id ="download-zip " class ="button "> < span > Download .zip</ span > </ a >
28+ < a href ="{{ site.github.tar_url }} " id ="download-tar-gz " class ="button "> < span > Download .tar.gz</ span > </ a >
29+ {% endif %}
30+ {% if site.github.public %}
31+ {% if site.github.is_project_page %}
32+ < a href ="{{ site.github.repository_url }} " id ="view-on-github " class ="button "> < span > View on GitHub</ span > </ a >
33+ {% else %}
34+ < a href ="{{ site.github.owner_url }} " id ="view-on-github " class ="button "> < span > View on GitHub</ span > </ a >
35+ {% endif %}
36+ {% endif %}
37+ </ section >
38+ < hr >
39+ < section id ="main_content ">
40+ {{ content }}
41+ </ section >
42+
43+ < footer >
44+ {% if site.github.is_project_page %}
45+ {{ site.title | default: site.github.repository_name }} is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > < br >
46+ {% endif %}
47+ This page was generated by < a href ="https://pages.github.com "> GitHub Pages</ a > .
48+ </ footer >
49+
50+ </ div >
51+ </ div >
52+ </ body >
53+ </ html >
Original file line number Diff line number Diff line change 22# Feel free to add content and custom Front Matter to this file.
33# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
44
5- layout : home
5+ layout : default
66---
77
8- # I@nsea on Docker
8+ # I@nseo on Docker
99
1010Yay!
You can’t perform that action at this time.
0 commit comments