diff --git a/_config.yml b/_config.yml index 5747617..417f40e 100644 --- a/_config.yml +++ b/_config.yml @@ -48,6 +48,8 @@ defaults: navigation: - text: Home url: / + - text: "Archives" + url: /archives/ - text: "All Topics" url: /categories/ - text: "About" @@ -150,3 +152,10 @@ prose: # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ + +jekyll-archives: + enabled: + - year + layout: archive + permalinks: + year: 'archives/:year/' diff --git a/_layouts/archive.html b/_layouts/archive.html new file mode 100644 index 0000000..eaf91e9 --- /dev/null +++ b/_layouts/archive.html @@ -0,0 +1,14 @@ +--- +layout: default +--- + +
+ See more at the archives. +