diff --git a/_config.yml b/_config.yml index 9ef0f54..e0a4e60 100644 --- a/_config.yml +++ b/_config.yml @@ -13,15 +13,15 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Hitchens -email: hello@patdryburgh.com +title: Governance Archaeology +# email: hello@patdryburgh.com description: >- # this means to ignore newlines until "baseurl:" - An inarguably well-designed Jekyll theme. -baseurl: "/hitchens" # the subpath of your site, e.g. /blog + TK Governance Archaeology description +baseurl: "/" # the subpath of your site, e.g. /blog url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com -icon: /assets/images/icon-512.png -twitter_username: patdryburgh -github_username: patdryburgh +# icon: /assets/images/icon-512.png +# twitter_username: patdryburgh +# github_username: patdryburgh # Build settings markdown: kramdown @@ -38,8 +38,11 @@ markdown: kramdown # - vendor/gems/ # - vendor/ruby/ -plugins: - - jekyll-paginate +# plugins: +# - jekyll-paginate +# +# paginate: 3 +# paginate_path: "/page/:num/" -paginate: 3 -paginate_path: "/page/:num/" \ No newline at end of file +hide_credits: true +hide_search: true diff --git a/_data/menu.yml b/_data/menu.yml index 682e631..d9230eb 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -1,8 +1,14 @@ -- title: About - url: /about.html +- title: Home + url: -- title: Source - url: https://github.com/patdryburgh/hitchens +- title: About the Project + url: about.html -- title: Designer - url: http://patdryburgh.com \ No newline at end of file +- title: Database + url: database.html + +- title: Excavations + url: https://excavations.digital/ + +- title: Research as ancestry + url: https://direct.mit.edu/daed/article/152/1/245/115000/Governance-Archaeology-Research-as-Ancestry diff --git a/_includes/menu.html b/_includes/menu.html index 66d79de..c839870 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -3,15 +3,10 @@ {% if menu %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index b1bb725..bbb48d7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,31 +21,13 @@
- {% if page.layout == 'home' %} - - Skip to list of posts - - {% else %} - - Skip to content - - {% endif %} + {{ content }} - {{ content }} - - {% unless site.hide_search %} - {% include search.html %} - {% endunless %} - - {% include menu.html %} - - {% unless site.hide_credits %} - - {% endunless %} + -