<?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>https://docs-gethyas-test-nine.vercel.app/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="https://docs-gethyas-test-nine.vercel.app/docs/prologue/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction</title><link>https://docs-gethyas-test-nine.vercel.app/docs/prologue/introduction/</link><pubDate>Tue, 06 Oct 2020 08:48:57 +0000</pubDate><guid>https://docs-gethyas-test-nine.vercel.app/docs/prologue/introduction/</guid><description>Get started There are two main ways to get started with Hyas:
Themes 👉 Themes are intended for novice to intermediate users. Get started with a theme build on Hyas. Themes → Quick Start 👉 The Quick Start is intended for intermediate to advanced users. One page summary of how to start a new Hyas project. Quick Start →
Go further Recipes, Reference Guides, Extensions, and Showcase.
Recipes Get instructions on how to accomplish common tasks with Hyas.</description></item><item><title>Quick Start</title><link>https://docs-gethyas-test-nine.vercel.app/docs/prologue/quick-start/</link><pubDate>Mon, 16 Nov 2020 13:59:39 +0100</pubDate><guid>https://docs-gethyas-test-nine.vercel.app/docs/prologue/quick-start/</guid><description>Requirements Hyas 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 Hyas project Create a new site, change directories, install dependencies, and start development server.
Create a new site git clone https://github.com/h-enk/hyas.git my-hyas-site Change directories cd my-hyas-site Install dependencies npm install Start development server npm run start Hyas will start the Hugo development webserver accessible by default at http://localhost:1313.</description></item><item><title>Commands</title><link>https://docs-gethyas-test-nine.vercel.app/docs/prologue/commands/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://docs-gethyas-test-nine.vercel.app/docs/prologue/commands/</guid><description>💡 You can change the commands in the scripts section of `./package.json`. check Check local environment:
npm run check 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><item><title>Hyas CLI</title><link>https://docs-gethyas-test-nine.vercel.app/docs/prologue/hyas-cli/</link><pubDate>Tue, 22 Sep 2020 08:38:48 +0200</pubDate><guid>https://docs-gethyas-test-nine.vercel.app/docs/prologue/hyas-cli/</guid><description>$ hyas -h Hyas command line tool Usage: hyas &amp;lt;command&amp;gt; [options] Commands: create [dir] Create a new Hyas project start Start local development server build Build production website add [file] Add content file clean Delete temporary directories lint [source] Check for errors check Check local environment Options: -h, --help Show help for command [boolean] -v, --version Show @hyas/cli version [boolean] Learn more: Use 'hyas &amp;lt;command&amp;gt; --help' for more information about a command.</description></item><item><title>Directory Structure</title><link>https://docs-gethyas-test-nine.vercel.app/docs/prologue/directory-structure/</link><pubDate>Mon, 20 Apr 2020 14:14:16 +0200</pubDate><guid>https://docs-gethyas-test-nine.vercel.app/docs/prologue/directory-structure/</guid><description>. ├── archetypes/ ├── assets/ ├── config/ ├── content/ ├── data/ ├── layouts/ ├── static/ ├── .eslintignore ├── .eslintrc.json ├── .markdownlint.json ├── .markdownlintignore ├── .stylelintignore ├── .stylelintrc.json ├── babel.config.js ├── netlify.toml └── package.json See also the Hugo docs: Directory Structure.
Root directories archetypes .. ├── blog.md ├── default.md └── docs.md See also: Archetypes.
assets .. ├── fonts/ ├── images/ ├── js/ │ ├── vendor/ │ └── app.js ├── lambda/ └── scss/ ├── common/ ├── components/ ├── layouts/ ├── vendor/ └── app.</description></item></channel></rss>