haiiliin / abqpy.com

This is the source code for the website abqpy.com

Home Page:https://abqpy.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Pages pages-build-deployment

This is the source code for the website abqpy.com, mainly modified https://github.com/numpy/numpy.org.

Getting Started

To contribute to the website, you'll first need to install the extended version of Hugo.

The Hugo install page has instructions for different platforms and installers; make sure you end up with the extended version.

On Linux it may be easiest to pick up a tarball of the latest extended version from the release page and install it per https://gohugo.io/getting-started/installing/#install-hugo-from-tarball.

Next, clone this repository, and install the theme:

git submodule update --init --recursive

The development web server is started with:

make serve

If you don't have make available (e.g., on Windows), use this instead:

hugo server

after which the site should be served at http://localhost:1313.

You'll see

error: failed to transform resource: TOCSS: failed to transform "style.sass"

if you don't have the Hugo extended version.

About

This is the source code for the website abqpy.com

https://abqpy.com/

License:MIT License


Languages

Language:HTML 72.5%Language:CSS 17.7%Language:Makefile 9.8%