All Projects → ojroques → hugo-researcher

ojroques / hugo-researcher

Licence: GPL-3.0 license
A simple resume theme for Hugo

Programming Languages

HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to hugo-researcher

Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (+13.02%)
Mutual labels:  hugo-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-73.96%)
Mutual labels:  hugo-theme
hugo-piercer-theme
Piercer is a very customizable, fast and simple Hugo theme designed under the mobile-first philosophy.
Stars: ✭ 27 (-85.94%)
Mutual labels:  hugo-theme
Hugo Theme Novela
Novela, the simplest way to start publishing with Hugo and Forestry.
Stars: ✭ 230 (+19.79%)
Mutual labels:  hugo-theme
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (-70.31%)
Mutual labels:  hugo-theme
hugo-theme-w3css-basic
it-gro.github.io/hugo-theme-w3css-basic.github.io/
Stars: ✭ 52 (-72.92%)
Mutual labels:  hugo-theme
Gohugo Amp
⚡ AMP starter theme for gohugo https://gohugo-amp.gohugohq.com
Stars: ✭ 207 (+7.81%)
Mutual labels:  hugo-theme
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-65.1%)
Mutual labels:  hugo-theme
guides
Documentation Hugo theme Toha. https://github.com/hossainemruz/toha.
Stars: ✭ 21 (-89.06%)
Mutual labels:  hugo-theme
hugo-theme-echo
A super concise theme for Hugo
Stars: ✭ 99 (-48.44%)
Mutual labels:  hugo-theme
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+24.48%)
Mutual labels:  hugo-theme
hugo-kiera
Kiera - A Hugo Theme for writing
Stars: ✭ 61 (-68.23%)
Mutual labels:  hugo-theme
hugo-apero
Apéro is a Hugo theme for personal websites. A Hugo theme you'll want to hang out with 🌌 . This is the source for the theme files to install.
Stars: ✭ 122 (-36.46%)
Mutual labels:  hugo-theme
Hugo Future Imperfect Slim
Multilingual Blogging Theme for Hugo | Check the Wiki for Documentation
Stars: ✭ 233 (+21.35%)
Mutual labels:  hugo-theme
ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (-52.6%)
Mutual labels:  hugo-theme
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+8.85%)
Mutual labels:  hugo-theme
hugo-docs
Theme for Dgraph documentation built via Hugo
Stars: ✭ 13 (-93.23%)
Mutual labels:  hugo-theme
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-73.44%)
Mutual labels:  hugo-theme
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (-44.79%)
Mutual labels:  hugo-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (-14.06%)
Mutual labels:  hugo-theme

Researcher

A simple monospaced resume theme for Hugo. It was ported from Jekyll theme ankitsultana/researcher.

Screenshot

screenshot

Installation

This theme uses Sass to generate CSS files so make sure you have the extended Hugo version installed.

Add the theme to your site's themes directory:

git submodule add https://github.com/ojroques/hugo-researcher.git themes/researcher
# if your website is not managed by git:
# git clone https://github.com/ojroques/hugo-researcher.git themes/researcher

Update the theme option in config.toml:

theme = "researcher"

Configuration

A self-explanatory configuration file is present in exampleSite/config.toml, along the files of a demo website.

KaTeX

You can enable KaTeX (math typesetting) by including math: true in your content files. Or you can enable it globally by setting math to true in your project config.

Hugo introduces tags when it sees newlines which breaks KaTeX block environments. The theme has a math shortcode to circumvent this issue:

{{< math >}}
\begin{pmatrix}
a & b \\
c & d
\end{pmatrix}
{{< /math >}}

Check this issue for more details.

License

GPL-3.0 License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].