Skip to content

Releases: gabrielcsapo/sweeney

0.0.2

24 Nov 01:25
Compare
Choose a tag to compare
  • adds serve command that starts up an http server and serves content from the site directory
  • adds --watch option that will start a watch process that will build on any changes to the site, excluding the site directory
    • if --watch is used in tandem with serve javascript will executed in the body to refresh the page in case of any builds happen
  • adds --port option that allows the serve command to use a specified port, by default this is random
  • adds a help command
  • if config.output is set, generate will favor that instead of the default which is {site}/site
  • if config.output is set serve will use that instead of the default which is {site}/site
    if config.output is set when built the console output will reflect the built directory
  • parses code blocks correctly
  • adds a new command to bootstrap basic template in the cwd

0.0.1

21 Nov 18:45
Compare
Choose a tag to compare
  • adds build command can be run as build or build --directory=./some/directory
  • adds markdown parsing for inlineCode
  • ensures inner table elements are parsed correctly (if inner table elements contain nested markdown)
  • adds slug attribute to post object (this is the name of the html file to be referenced when linking)
  • has the ability to generate posts and root level templates

0.0.0

17 Nov 09:36
Compare
Choose a tag to compare
  • idea started