This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ournomads/content/getting-started.md
2022-10-06 16:08:29 +02:00

1.1 KiB

title description date updated draft extra
Getting Started A better world is where we all have access to endless information and opportunities. 2018-09-14T21:00:00-05:00 2021-02-20T14:40:00-06:00 false
author

Getting Started

To use this repository as a template, simply:

  • clone repository
  • install Zola,
  • run npm install to install dependencies
  • run npm run start

The site will be built on localhost:1111 where you can preview your changes locally.

Customizing Site

It is recommended that you customize the font, metadata, logo and favicon of your site.

Adding Content

You can edit and add your own content from content directory. Each direct .md child file of the content directory will route to the url of the filename. By default, _index.md will be your landing page.

Pushing to git

In order to keep fetching updates from the template and yet still be able to deploy site from a different github repository, it is recommended that you keep the remote origin of the template and add your own remote repository.