mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-07 09:19:00 +00:00
Update Hugo configuration and development shell
This commit is contained in:
parent
91b4d517d2
commit
f6dc3b07f4
4
Gemfile
4
Gemfile
@ -1,13 +1,15 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
gem 'asciidoctor'
|
||||
gem 'asciidoctor-bibtex'
|
||||
gem 'asciidoctor-foodogsquared-extensions', path: './gems'
|
||||
gem 'asciidoctor-html5s'
|
||||
gem 'asciidoctor-rouge'
|
||||
gem 'asciidoctor-tabs', github: 'asciidoctor/asciidoctor-tabs'
|
||||
gem 'asciidoctor-interdoc-reftext'
|
||||
gem 'rouge'
|
||||
gem 'rubocop'
|
||||
gem 'asciidoctor-foodogsquared-extensions', :path => './gems'
|
||||
|
||||
group :development do
|
||||
gem 'ruby-lsp', require: false
|
||||
|
13
config.toml
13
config.toml
@ -6,6 +6,7 @@ paginate = 40
|
||||
copyright = "© foodogsquared"
|
||||
canonifyURLs = true
|
||||
summaryLength = 0
|
||||
timeZone = "UTC"
|
||||
|
||||
[[module.imports]]
|
||||
path = "github.com/foo-dogsquared/hugo-theme-more-contentful"
|
||||
@ -19,6 +20,7 @@ extensions = [
|
||||
"asciidoctor-tabs",
|
||||
"asciidoctor-bibtex",
|
||||
]
|
||||
trace = true
|
||||
workingFolderCurrent = true
|
||||
|
||||
[markup.asciidocExt.attributes]
|
||||
@ -28,6 +30,15 @@ sectanchors = true
|
||||
source-highlighter = "rouge"
|
||||
allow-uri-read = true
|
||||
experimental = true
|
||||
linkcss = true
|
||||
|
||||
# asciidoctor-bibtex
|
||||
bibtex-file = "./assets/bibliography.bib"
|
||||
bibtex-order = "alphabetical"
|
||||
bibtex-throw = true
|
||||
|
||||
# asciidoctor-tabs
|
||||
tabs-sync-option = true
|
||||
|
||||
[author.foo-dogsquared]
|
||||
name = "Gabriel Arazas"
|
||||
@ -94,7 +105,7 @@ section = ["HTML", "ATOM", "RSS", "JSON"]
|
||||
mainSections = ["posts", "projects"]
|
||||
toc = true
|
||||
extraNotes = """
|
||||
This site uses [medium-zoom](https://github.com/francoischalifour/medium-zoom), and lots of modern CSS features for the life of me.
|
||||
This site uses [medium-zoom](https://github.com/francoischalifour/medium-zoom) and lots of modern CSS features for the life of me.
|
||||
For analytics, it uses [GoatCounter](https://goatcounter.com/).
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user