Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

eric7733/docs

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
111 Commits
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • CSS 43.0%
  • HTML 31.0%
  • JavaScript 26.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.