You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kaushal Modi e6ebac4c20 Fix corner case where post sub-heading tag leaked into front-matter 9 years ago
..
archetypes "Example" Site -> "Test" Site 9 years ago
content Fix corner case where post sub-heading tag leaked into front-matter 9 years ago
content-org Fix corner case where post sub-heading tag leaked into front-matter 9 years ago
files-to-be-copied-to-static "Example" Site -> "Test" Site 9 years ago
layouts/section Add a test to demonstrate deep-nesting of content 9 years ago
static "Example" Site -> "Test" Site 9 years ago
themes/bare_min Add Chroma CSS (Github theme) to test site 9 years ago
README.org "Example" Site -> "Test" Site 9 years ago
config.toml Syntax highlight triple-backticked code blocks too, using Chroma 9 years ago

README.org

How to compile the site

  1. Be the root directory for this Hugo site (the directory containing config.toml).
  2. Run "hugo server –port 1111"
  3. See the site served on "http://localhost:1111/"

Source blog posts in Org

Location: <HUGO_BASE_DIR>/content-org/

The directory does not have to be content-org, but it has to be outside the hugo Contents dir content/.

Tested to work on

  • hugo v0.25-DEV updated today
  • org master updated today
  • emacs master updated today