Skip to content
/ docs Public
forked from Qitmeer/docs

The Qitmeer documentation & guides and tutorials.

Notifications You must be signed in to change notification settings

eric7733/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

docs

The Qitmeer documentation & guides and tutorials.

How To Run

Mac

download and install hugo

Prerequisite Tools

Fetch from GitHub

Since Hugo 0.48, Hugo uses the Go Modules support built into Go 1.11 to build. The easiest is to clone Hugo in a directory outside of GOPATH, as in the following example:

mkdir $HOME/src
cd $HOME/src
git clone https://github.com/gohugoio/hugo.git
cd hugo
go install

hugo version

Hugo Static Site Generator v0.55.6/extended darwin/amd64 BuildDate: unknown

Run

git clone https://github.com/HalalChain/docs.git
cd docs/Document/

hugo serve

open http://localhost:1313/docs/

How To Add Document

creat a document item

hugo new content/example/_index.en.md
vim content/example/_index.en.md

Note that all document files are placed under the content folder

Configuration page

hugo new content/nxtools/_index.en.md
vim content/nxtools/_index.en.md

Edit page parameters content/nxtools/_index.en.md

---
title: NxTools

# Represents the sorting position of the sidebar
weight: 1

# According to the serial number
pre: "<b>1. </b>"

# When true, the page paragraph is displayed in the center
chapter: true

# This option needs to be set if the page has formula content
mathjax: true
---

### content

About

The Qitmeer documentation & guides and tutorials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.0%
  • HTML 31.0%
  • JavaScript 26.0%