mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
update
This commit is contained in:
6
docs/starter/config.yaml
Normal file
6
docs/starter/config.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
site:
|
||||
title: "Archivox Docs"
|
||||
description: "Simple static docs."
|
||||
|
||||
navigation:
|
||||
search: true
|
3
docs/starter/content/01-getting-started/01-install.md
Normal file
3
docs/starter/content/01-getting-started/01-install.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Install
|
||||
|
||||
Run `npm install` then `npm run build` to generate your site.
|
3
docs/starter/content/01-getting-started/index.md
Normal file
3
docs/starter/content/01-getting-started/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Getting Started
|
||||
|
||||
This section helps you begin with Archivox.
|
3
docs/starter/content/index.md
Normal file
3
docs/starter/content/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Welcome to Archivox
|
||||
|
||||
This is your new documentation site. Start editing files in the `content/` folder.
|
11
docs/starter/package.json
Normal file
11
docs/starter/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "my-archivox-site",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "eleventy --serve",
|
||||
"build": "node node_modules/archivox/src/generator/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"archivox": "*"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user