spf13.com
spf13.com copied to clipboard
Hugo Based website of Steve Francia
The css is not loaded by Firefox as it is always served using http.
hey spf13, thanks for your great open source work! while playing with hugo (which is awesome!) i checked how the master is building his side and found some link problems....
Since `$baseurl` is defined in config with the trailing slash (https://github.com/spf13/spf13.com/blob/master/config.toml#L1), the `href` here doesn't need the slash preceding `topics` and `tags`. Presently, a double slash appears on these links.
While messing around with the Chrome devtools, I found out that part of the 'About the Author' section goes off the screen and cannot be read. Only seems to occur...
The link to the Zombie Grid System in ZGS.css is dead
I've confirmed that although `hugo new --editor=vi post` works that adding the `editor = "vi"` setting to the config.toml file is ignored.
I can't get the hugo speakerdeck shortcode to work (or anything with <script> tags), so I looked for an example on your website and it doesn't seem to work either....
Can I use the font files if I do a Copyright Attribution. I found Hugo today and it is just what I need. Thanks Eric
The TagBar link under the Featured Plugins section is broken. It refers to the godlygeek repository instead of the majutsushi which is currently being used.