website/docs/prologue/index.xml
2021-03-09 13:39:24 +00:00

11 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prologue on</title><link>/docs/prologue/</link><description>Recent content in Prologue on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Tue, 06 Oct 2020 08:48:45 +0000</lastBuildDate><atom:link href="/docs/prologue/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>/docs/prologue/introduction/</link><pubDate>Tue, 06 Oct 2020 08:48:57 +0000</pubDate><guid>/docs/prologue/introduction/</guid><description>Get started There are two main ways to get started with Doks:
Tutorial 👉 The Tutorial is intended for novice to intermediate users. Step-by-step instructions on how to start a new Doks project. Tutorial →
Quick Start 👉 The Quick Start is intended for intermediate to advanced users. One page summary of how to start a new Doks project. Quick Start →
Go further Recipes, Reference Guides, Extensions, and Showcase.</description></item><item><title>Quick Start</title><link>/docs/prologue/quick-start/</link><pubDate>Mon, 16 Nov 2020 13:59:39 +0100</pubDate><guid>/docs/prologue/quick-start/</guid><description>Requirements Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install Node.js (it includes npm) for your platform.
Start a new Doks project Create a new site, change directories, install dependencies, and start development server.
Create a new site git clone https://github.com/h-enk/doks.git my-doks-site Change directories cd my-doks-site Install dependencies npm install Start development server npm run start Doks will start the Hugo development webserver accessible by default at http://localhost:1313.</description></item><item><title>Commands</title><link>/docs/prologue/commands/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>/docs/prologue/commands/</guid><description>💡 You can change the commands in the scripts section of `./package.json`. start Start local development server:
npm run start lint Check scripts, styles, and markdown for errors:
npm run lint scripts Check scripts for errors:
npm run lint:scripts [-- --fix] styles Check styles for errors:
npm run lint:styles [-- --fix] markdown Check markdown for errors:
npm run lint:markdown [-- --fix] clean Delete temporary directories:</description></item></channel></rss>