Skip to content

Commit

Permalink
Squashed 'themes/hugo-theme-terminal/' changes from ca1cc0c..bf96fb2
Browse files Browse the repository at this point in the history
bf96fb2 Merge pull request #273 from davidhollis/add-scala-support
b41381e update dependencies
8b1529f clean up webpack config
9833384 use terset instead of uglify
5737d55 fix list styles and re-minify styles. closes #255
466cd49 update yarn.lock and re-minify prism.js
a936518 Merge pull request #241 from catleeball/dep
de6a660 Merge branch 'master' into dep
0b06a56 Merge pull request #243 from justinnuwin/upstream
be75e72 Merge branch 'master' into upstream
0c08f72 add reading time param
bbaf93f Merge pull request #258 from kllmanu/patch-1
360673b Merge pull request #260 from sophiabrandt/fix/paginator
2b0406b Merge pull request #276 from Nereuxofficial/patch-1
f851fbb Merge pull request #277 from sophiabrandt/remove-rockyourcode
fa5d7a4 Remove rockyourcode
49c865a Added my blog to USERS.md
3dd3c40 Update README
ae9c58f Add Scala support to prism.js highlighter
cd36a63 Merge pull request #268 from m0xxz/master
e4b831a Merge pull request #267 from calefrey/patch-1
c10d0fa Merge pull request #263 from n-kremeris/patch-1
25bae8d Merge pull request #254 from panr/dependabot/npm_and_yarn/browserslist-4.16.5
cf980be Merge pull request #271 from panr/dependabot/npm_and_yarn/path-parse-1.0.7
f139a26 Update README.md
7d58896 add cmake, llvm and nasm syntax
1752bcc Bump path-parse from 1.0.6 to 1.0.7
7773f26 No need to markdownify .Content, per Hugo project (gohugoio/hugo#2616 (comment)). This fixes issues with showFullContent.
9fcd6f2 Make prismjs shortcode CRLF tolerant
7eb29c4 Update USERS.md
d2aba65 Close #235
ec451ec prevent footnotes from affecting line-height
ebf07a9 Bump browserslist from 4.16.3 to 4.16.5
49c8fa1 Add single page website layout community feature and myself to users list
e12f6ca Add terser as minifier.

git-subtree-dir: themes/hugo-theme-terminal
git-subtree-split: bf96fb25be8ab8f0a75cd2bec1631dcc8d5a8180
  • Loading branch information
lovesegfault committed Oct 26, 2021
1 parent cb9e740 commit 21998ab
Show file tree
Hide file tree
Showing 23 changed files with 2,091 additions and 3,307 deletions.
4 changes: 4 additions & 0 deletions COMMUNITY-FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ eg:
- **Portfolio** (https://github.com/Louisload/hugo-theme-terminal-portfolio)
- Allows you to create a portfolio page (or several). Supports icons and subsections.
- Luís Rodrigues Alves (Louisload), a game dev and musician.

- **Single Page Website** (https://github.com/justinnuwin/hugo-theme-terminal)
- A layout where the homepage can render lists of pages and the navigation menu can link to sections on the homepage.
- Justin Nguyen, software and hardware developer.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ A custom syntax highlighting based on PrismJS. All you need to do is to wrap you
```
````

**Supported languages**: bash/shell, css, clike, javascript, apacheconf, actionscript, applescript, c, csharp, cpp, coffeescript, ruby, csp, css-extras, diff, django, docker, elixir, elm, markup-templating, erlang, fsharp, flow, git, go, graphql, less, handlebars, haskell, http, java, json, kotlin, latex, markdown, makefile, objectivec, ocaml, perl, php, php-extras, r, sql, processing, scss, python, jsx, typescript, toml, reason, textile, rust, sass, stylus, scheme, pug, swift, yaml, haml, twig, tsx, vim, visual-basic, wasm.
**Supported languages**: actionscript, apacheconf, applescript, bash, c, clike, cmake, coffeescript, cpp, csharp, csp, css, css-extras, diff, django, docker, elixir, elm, erlang, flow, fsharp, git, go, graphql, haml, handlebars, haskell, http, java, javascript, json, jsx, kotlin, latex, less, llvm, makefile, markdown, markup, markup-templating, nasm, objectivec, ocaml, perl, php, php-extras, powershell, processing, pug, python, r, reason, ruby, rust, sass, scala, scheme, scss, sql, stylus, swift, textile, toml, tsx, twig, typescript, vim, visual-basic, wasm, yaml.

## How to start

Expand Down Expand Up @@ -189,7 +189,7 @@ to `config.toml` file in your Hugo root directory and change params fields. In c

## Post archetype

See the basic `post` file params supported by the theme — https://github.com/panr/hugo-theme-terminal/blob/master/archetypes/posts.md
See the default `post` file params supported by the theme — https://github.com/panr/hugo-theme-terminal/blob/master/archetypes/posts.md

## Add-ons

Expand Down
4 changes: 3 additions & 1 deletion USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- https://security.jtang.dev **Jonathan Tang** (Student & Software Engineer)
- https://andreacaravano.net **Andrea Caravano** (Student)
- https://dawsonverboven.com/ **Dawson Verboven** (Student & Software Developer)
- https://www.rockyourcode.com **Sophia Brandt** (tax officer and hobby coder)
- https://qbunt.com **Jeremy Bunting** (Software Engineer)
- https://smeik.org **Smeik** (Embedded Developer)
- https://code.willstocks.co.uk **Will Stocks** (Blogger & Developer)
Expand All @@ -48,7 +47,10 @@
- https://mcwertgaming.github.io **Damon Leven** (Student & Software Developer)
- https://sethsimmons.me **Seth Simmons** (Information Security Engineer, Cryptocurrency Writer)
- https://thesprawl.city **crish** (Software and stuff)
- https://justinnuwin.com **Justin Nguyen** (Software & Hardware Developer)
- https://blog.woosal.com/ **Vusal Ismayilov** (Computer Engineering Student)
- https://itsembedded.com/ **Norbert Kremeris** (digital logic design and verification engineer)
- https://nereuxofficial.github.io **Nereuxofficial** (Software Developer & Student)

<!--
TEMPLATE:
Expand Down
1 change: 1 addition & 0 deletions archetypes/posts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ tags = ["", ""]
keywords = ["", ""]
description = ""
showFullContent = false
readingTime = false
+++
24 changes: 18 additions & 6 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ figure {
}

code, kbd {
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace !important;
font-feature-settings: normal;
background: color-mod(var(--accent) a(20%));
color: var(--accent);
Expand All @@ -147,7 +147,7 @@ pre {
background: transparent !important;
padding: 20px 10px;
margin: 40px 0;
font-size: .95rem;
font-size: .95rem !important;
overflow: auto;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid rgba(255, 255, 255, .1);
Expand Down Expand Up @@ -247,7 +247,7 @@ th {

ul,
ol {
margin-left: 30px;
margin-left: 22px;
padding: 0;

li {
Expand Down Expand Up @@ -275,10 +275,18 @@ ol {
display: inline-block;
text-align: right;
}
}

ol ol {
list-style-type: lower-alpha;
ol {
margin-left: 38px;

li {
counter-increment: li;
}

li:before {
content: counters(li, ".") " ";
}
}
}

mark {
Expand Down Expand Up @@ -332,3 +340,7 @@ hr {
.hidden {
display: none;
}

sup {
line-height: 0;
}
Loading

0 comments on commit 21998ab

Please sign in to comment.