Skip to content

nanorepublica/wedding

 
 

Repository files navigation

Wedding Site

Creating new section

  • Create a new markdown file in ./sections/ directory with the following front matter:

    ---
    layout: content
    key: <name of sections>
    ---
    
  • Add a hash to the sections in _config.yml like so:

    - key: <name of section # should match the above file>
      menu: <true|false> # should this section appear in the top menu?
      title: <nice name for the section>
    

letsencrypt certonly --webroot -w /usr/share/nginx/html/hlwedding/master/ -d hlwedding.akmiller.co.uk

About

Jekyll theme based on Grayscale Start Bootstrap theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.8%
  • CSS 24.2%
  • HTML 21.9%
  • Ruby 3.1%