ZAZPRO / zola-resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zola Resume

Redesigned form hugo resume. Original author of this port AlongWY

Features

  • This is basically a single-page website with auto-scrolling based on left-hand nav.
  • Includes an /admin endpoint that can allow authorized users to use a WYSIWYG editor and commit files back to markdown, but with a Wordpress/CMS like experience.

Quick Start

git clone git@github.com:ZAZPRO/zola-resume.git
cd zola-resume
zola serve
# open http://127.0.0.1:1111/

Examples

screenshot

See along's site for a live example.

Setup & Use

This theme uses a combination of custom sections and some data files to drive content.

Data files

Data files are used for simple content presented on the homepage.

Experience

Check content directory

Template params

Almost All personal information outside the above details is captured by extra in config.toml, or can be edited in the "Settings" collection if using CMS.

CMS Editor with Netlify CMS

Does not require deployment to Netlify!

Netlify CMS is an open source project that enables CMS like experience for static site generation tools like Hugo. This theme includes a fully working integration and guide in static/admin

Credits

This project ports the Hugo Resume theme by Feng Yunlong to support zola. Link zola-resume

About

License:GNU General Public License v3.0


Languages

Language:HTML 79.7%Language:SCSS 15.7%Language:CSS 3.2%Language:Just 1.4%