27 changed files with 192 additions and 734 deletions
@ -1,3 +1,6 @@
@@ -1,3 +1,6 @@
|
||||
[submodule "themes/academic"] |
||||
path = themes/academic |
||||
url = https://github.com/gcushen/hugo-academic.git |
||||
[submodule "themes/mainroad"] |
||||
path = themes/mainroad |
||||
url = https://github.com/vimux/mainroad |
||||
|
@ -0,0 +1,78 @@
@@ -0,0 +1,78 @@
|
||||
baseurl = "/" |
||||
title = "Rocket Nine Labs" |
||||
languageCode = "en-us" |
||||
paginate = "10" # Number of posts per page |
||||
theme = "mainroad" |
||||
disqusShortname = "" # Enable Disqus comments by entering your Disqus shortname |
||||
googleAnalytics = "" # Enable Google Analytics by entering your tracking id |
||||
|
||||
[Author] # Used in authorbox |
||||
name = "Trevor Slocum" |
||||
bio = "Trevor is a software developer and system administrator." |
||||
avatar = "http://www.gravatar.com/avatar/5e7cc07a69488c7110d8a4f6df94c1b7?s=200" |
||||
|
||||
[Params] |
||||
subtitle = "" # Subtitle of your site. Used in site header |
||||
description = "Personal blog of Trevor Slocum, open source developer." # Site description. Used in meta description |
||||
copyright = "Trevor Slocum" # Footer copyright holder, otherwise will use site title |
||||
opengraph = true # Enable OpenGraph if true |
||||
twitter_cards = false # Enable Twitter Cards if true |
||||
readmore = false # Show "Read more" button in list if true |
||||
authorbox = true # Show authorbox at bottom of pages if true |
||||
toc = true # Enable Table of Contents |
||||
post_navigation = true # Show post navigation at bottom of pages if true |
||||
post_meta = ["date", "categories", "translations"] # Order of post meta information |
||||
mainSections = ["post", "blog", "news"] # Specify section pages to show on home page and the "Recent articles" widget |
||||
dateformat = "2006-01-02" # Change the format of dates |
||||
mathjax = false # Enable MathJax |
||||
mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path |
||||
mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config |
||||
highlightColor = "#e22d30" # Override highlight color |
||||
customCSS = ["css/custom.css"] # Include custom CSS files |
||||
customJS = ["js/custom.js"] # Include custom JS files |
||||
|
||||
[Params.sidebar] |
||||
home = "right" # Configure layout for home page |
||||
list = "left" # Configure layout for list pages |
||||
single = false # Configure layout for single pages |
||||
# Enable widgets in given order |
||||
widgets = ["social", "recent"] |
||||
|
||||
[Params.widgets] |
||||
recent_num = 5 # Set the number of articles in the "Recent articles" widget |
||||
tags_counter = false # Enable counter for each tag in "Tags" widget |
||||
|
||||
[Params.widgets.social] |
||||
# # Enable parts of social widget |
||||
# facebook = "username" |
||||
# twitter = "username" |
||||
# instagram = "username" |
||||
# linkedin = "username" |
||||
# telegram = "username" |
||||
# github = "tslocum" |
||||
# gitlab = "tslocum" |
||||
# bitbucket = "username" |
||||
email = "trevor@rocketnine.space" |
||||
|
||||
# Custom social links |
||||
[[Params.widgets.social.custom]] |
||||
title = "Public inbox" |
||||
url = "https://lists.sr.ht/~tslocum/public-inbox" |
||||
|
||||
[[Params.widgets.social.custom]] |
||||
title = "Sourcehut" |
||||
url = "https://git.sr.ht/~tslocum" |
||||
|
||||
[[Params.widgets.social.custom]] |
||||
title = "GitLab" |
||||
url = "https://gitlab.com/tslocum" |
||||
|
||||
[[Params.widgets.social.custom]] |
||||
title = "GitHub" |
||||
url = "https://github.com/tslocum" |
||||
|
||||
[[menu.main]] |
||||
name = "Home" |
||||
weight = -110 |
||||
identifier = "Home" |
||||
url = "/" |
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
--- |
||||
title: Donate |
||||
authorbox: false |
||||
sidebar: true |
||||
menu: main |
||||
toc: false |
||||
weight: 20 |
||||
paginate: 0 |
||||
--- |
||||
|
||||
Please consider donating via [LiberaPay](https://liberapay.com/rocketnine.space). |
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
+++ |
||||
# About widget. |
||||
widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = true # Activate this widget? true/false |
||||
weight = 20 # Order that this section will appear in. |
||||
|
||||
title = "Biography" |
||||
|
||||
# Choose the user profile to display |
||||
# This should be the username of a profile in your `content/authors/` folder. |
||||
# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself |
||||
author = "admin" |
||||
+++ |
@ -1,51 +0,0 @@
@@ -1,51 +0,0 @@
|
||||
+++ |
||||
# Accomplishments widget. |
||||
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 50 # Order that this section will appear. |
||||
|
||||
title = "Accomplish­ments" |
||||
subtitle = "" |
||||
|
||||
# Date format |
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format |
||||
date_format = "Jan 2006" |
||||
|
||||
# Accomplishments. |
||||
# Add/remove as many `[[item]]` blocks below as you like. |
||||
# `title`, `organization` and `date_start` are the required parameters. |
||||
# Leave other parameters empty if not required. |
||||
# Begin/end multi-line descriptions with 3 quotes `"""`. |
||||
|
||||
[[item]] |
||||
organization = "Coursera" |
||||
organization_url = "https://www.coursera.org" |
||||
title = "Neural Networks and Deep Learning" |
||||
url = "" |
||||
certificate_url = "https://www.coursera.org" |
||||
date_start = "2018-10-01" |
||||
date_end = "" |
||||
description = "" |
||||
|
||||
[[item]] |
||||
organization = "edX" |
||||
organization_url = "https://www.edx.org" |
||||
title = "Blockchain Fundamentals" |
||||
url = "https://www.edx.org/professional-certificate/uc-berkeleyx-blockchain-fundamentals" |
||||
certificate_url = "https://www.edx.org" |
||||
date_start = "2018-03-01" |
||||
date_end = "" |
||||
description = "Formulated informed blockchain models, hypotheses, and use cases." |
||||
|
||||
[[item]] |
||||
organization = "DataCamp" |
||||
organization_url = "https://www.datacamp.com" |
||||
title = "Object-Oriented Programming in R: S3 and R6 Course" |
||||
url = "" |
||||
certificate_url = "https://www.datacamp.com" |
||||
date_start = "2017-07-01" |
||||
date_end = "2017-12-21" |
||||
description = "" |
||||
|
||||
+++ |
@ -1,20 +0,0 @@
@@ -1,20 +0,0 @@
|
||||
+++ |
||||
# Contact widget. |
||||
widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = true # Activate this widget? true/false |
||||
weight = 130 # Order that this section will appear. |
||||
|
||||
title = "Contact" |
||||
subtitle = "" |
||||
|
||||
# Automatically link email and phone? |
||||
autolink = true |
||||
|
||||
# Email form provider |
||||
# 0: Disable email form |
||||
# 1: Netlify (requires that the site is hosted by Netlify) |
||||
# 2: formspree.io |
||||
email_form = 2 |
||||
+++ |
||||
|
@ -1,44 +0,0 @@
@@ -1,44 +0,0 @@
|
||||
+++ |
||||
# Experience widget. |
||||
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 40 # Order that this section will appear. |
||||
|
||||
title = "Experience" |
||||
subtitle = "" |
||||
|
||||
# Date format for experience |
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format |
||||
date_format = "Jan 2006" |
||||
|
||||
# Experiences. |
||||
# Add/remove as many `[[experience]]` blocks below as you like. |
||||
# Required fields are `title`, `company`, and `date_start`. |
||||
# Leave `date_end` empty if it's your current employer. |
||||
# Begin/end multi-line descriptions with 3 quotes `"""`. |
||||
[[experience]] |
||||
title = "CEO" |
||||
company = "GenCoin" |
||||
company_url = "" |
||||
location = "California" |
||||
date_start = "2017-01-01" |
||||
date_end = "" |
||||
description = """ |
||||
Responsibilities include: |
||||
|
||||
* Analysing |
||||
* Modelling |
||||
* Deploying |
||||
""" |
||||
|
||||
[[experience]] |
||||
title = "Professor" |
||||
company = "University X" |
||||
company_url = "" |
||||
location = "California" |
||||
date_start = "2016-01-01" |
||||
date_end = "2016-12-31" |
||||
description = """Taught electronic engineering and researched semiconductor physics.""" |
||||
|
||||
+++ |
@ -1,64 +0,0 @@
@@ -1,64 +0,0 @@
|
||||
+++ |
||||
# A Featured Publications section created with the Featured Content widget. |
||||
# This section displays publications from `content/publication/` which have |
||||
# `featured = true` in their front matter. |
||||
|
||||
widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 80 # Order that this section will appear. |
||||
|
||||
title = "Featured Publications" |
||||
subtitle = "" |
||||
|
||||
[content] |
||||
# Page type to display. E.g. post, talk, or publication. |
||||
page_type = "publication" |
||||
|
||||
# Choose how much pages you would like to display (0 = all pages) |
||||
count = 0 |
||||
|
||||
# Page order. Descending (desc) or ascending (asc) date. |
||||
order = "desc" |
||||
|
||||
# Filter posts by a taxonomy term. |
||||
[content.filters] |
||||
tag = "" |
||||
category = "" |
||||
publication_type = "" |
||||
|
||||
[design] |
||||
# Toggle between the various page layout types. |
||||
# 1 = List |
||||
# 2 = Compact |
||||
# 3 = Card |
||||
# 4 = Citation (publication only) |
||||
view = 3 |
||||
|
||||
[design.background] |
||||
# Apply a background color, gradient, or image. |
||||
# Uncomment (by removing `#`) an option to apply it. |
||||
# Choose a light or dark text color by setting `text_color_light`. |
||||
# Any HTML color name or Hex value is valid. |
||||
|
||||
# Background color. |
||||
# color = "navy" |
||||
|
||||
# Background gradient. |
||||
# gradient_start = "DeepSkyBlue" |
||||
# gradient_end = "SkyBlue" |
||||
|
||||
# Background image. |
||||
# image = "background.jpg" # Name of image in `static/img/`. |
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. |
||||
|
||||
# Text color (true=light or false=dark). |
||||
# text_color_light = true |
||||
|
||||
[advanced] |
||||
# Custom CSS. |
||||
css_style = "" |
||||
|
||||
# CSS class. |
||||
css_class = "" |
||||
+++ |
@ -1,55 +0,0 @@
@@ -1,55 +0,0 @@
|
||||
+++ |
||||
# Hero widget. |
||||
widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = false # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 10 # Order that this section will appear. |
||||
|
||||
title = "Academic" |
||||
|
||||
# Hero image (optional). Enter filename of an image in the `static/img/` folder. |
||||
hero_media = "hero-academic.png" |
||||
|
||||
[design.background] |
||||
# Apply a background color, gradient, or image. |
||||
# Uncomment (by removing `#`) an option to apply it. |
||||
# Choose a light or dark text color by setting `text_color_light`. |
||||
# Any HTML color name or Hex value is valid. |
||||
|
||||
# Background color. |
||||
# color = "navy" |
||||
|
||||
# Background gradient. |
||||
gradient_start = "#4bb4e3" |
||||
gradient_end = "#2b94c3" |
||||
|
||||
# Background image. |
||||
# image = "" # Name of image in `static/img/`. |
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. |
||||
|
||||
# Text color (true=light or false=dark). |
||||
text_color_light = true |
||||
|
||||
# Call to action links (optional). |
||||
# Display link(s) by specifying a URL and label below. Icon is optional for `[cta]`. |
||||
# Remove a link/note by deleting a cta/note block. |
||||
[cta] |
||||
url = "https://sourcethemes.com/academic/docs/install/" |
||||
label = "Get Started" |
||||
icon_pack = "fas" |
||||
icon = "download" |
||||
|
||||
[cta_alt] |
||||
url = "https://sourcethemes.com/academic/" |
||||
label = "View Documentation" |
||||
|
||||
# Note. An optional note to show underneath the links. |
||||
[cta_note] |
||||
label = '<a class="js-github-release" href="https://sourcethemes.com/academic/updates" data-repo="gcushen/hugo-academic">Latest release<!-- V --></a>' |
||||
+++ |
||||
|
||||
**The Best Way to Create the Website You Want from Markdown (or Jupyter/RStudio)** |
||||
|
||||
Build **Anything** with Widgets |
||||
|
||||
<span style="text-shadow: none;"><a class="github-button" href="https://github.com/gcushen/hugo-academic" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star this on GitHub">Star</a><script async defer src="https://buttons.github.io/buttons.js"></script></span> |
@ -1,5 +0,0 @@
@@ -1,5 +0,0 @@
|
||||
+++ |
||||
# Homepage |
||||
type = "widget_page" |
||||
headless = true # Homepage is headless, other widget pages are not. |
||||
+++ |
@ -1,19 +0,0 @@
@@ -1,19 +0,0 @@
|
||||
+++ |
||||
# People widget. |
||||
widget = "people" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 68 # Order that this section will appear. |
||||
|
||||
title = "People" |
||||
subtitle = "" |
||||
|
||||
# List user groups to display. |
||||
# Edit each user's `user_groups` to add them to one or more of these groups. |
||||
user_groups = ["Principal Investigators", |
||||
"Researchers", |
||||
"Grad Students", |
||||
"Administration", |
||||
"Visitors", |
||||
"Alumni"] |
||||
+++ |
@ -1,67 +0,0 @@
@@ -1,67 +0,0 @@
|
||||
+++ |
||||
# A Recent Blog Posts section created with the Pages widget. |
||||
# This section displays recent blog posts from `content/post/`. |
||||
|
||||
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = true # Activate this widget? true/false |
||||
weight = 60 # Order that this section will appear. |
||||
|
||||
title = "Recent Posts" |
||||
subtitle = "" |
||||
|
||||
[content] |
||||
# Page type to display. E.g. post, talk, or publication. |
||||
page_type = "post" |
||||
|
||||
# Choose how much pages you would like to display (0 = all pages) |
||||
count = 5 |
||||
|
||||
# Choose how many pages you would like to offset by |
||||
offset = 0 |
||||
|
||||
# Page order. Descending (desc) or ascending (asc) date. |
||||
order = "desc" |
||||
|
||||
# Filter posts by a taxonomy term. |
||||
[content.filters] |
||||
tag = "" |
||||
category = "" |
||||
publication_type = "" |
||||
exclude_featured = false |
||||
|
||||
[design] |
||||
# Toggle between the various page layout types. |
||||
# 1 = List |
||||
# 2 = Compact |
||||
# 3 = Card |
||||
# 4 = Citation (publication only) |
||||
view = 2 |
||||
|
||||
[design.background] |
||||
# Apply a background color, gradient, or image. |
||||
# Uncomment (by removing `#`) an option to apply it. |
||||
# Choose a light or dark text color by setting `text_color_light`. |
||||
# Any HTML color name or Hex value is valid. |
||||
|
||||
# Background color. |
||||
# color = "navy" |
||||
|
||||
# Background gradient. |
||||
# gradient_start = "DeepSkyBlue" |
||||
# gradient_end = "SkyBlue" |
||||
|
||||
# Background image. |
||||
# image = "background.jpg" # Name of image in `static/img/`. |
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. |
||||
|
||||
# Text color (true=light or false=dark). |
||||
# text_color_light = true |
||||
|
||||
[advanced] |
||||
# Custom CSS. |
||||
css_style = "" |
||||
|
||||
# CSS class. |
||||
css_class = "" |
||||
+++ |
@ -1,77 +0,0 @@
@@ -1,77 +0,0 @@
|
||||
+++ |
||||
# A Projects section created with the Portfolio widget. |
||||
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = true # Activate this widget? true/false |
||||
weight = 65 # Order that this section will appear. |
||||
|
||||
title = "Projects" |
||||
subtitle = "" |
||||
|
||||
[content] |
||||
# Page type to display. E.g. project. |
||||
page_type = "project" |
||||
|
||||
# Filter toolbar (optional). |
||||
# Add or remove as many filters (`[[content.filter_button]]` instances) as you like. |
||||
# To show all items, set `tag` to "*". |
||||
# To filter by a specific tag, set `tag` to an existing tag name. |
||||
# To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below. |
||||
|
||||
# Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below). |
||||
filter_default = 0 |
||||
|
||||
# [[content.filter_button]] |
||||
# name = "All" |
||||
# tag = "*" |
||||
|
||||
# [[content.filter_button]] |
||||
# name = "Deep Learning" |
||||
# tag = "Deep Learning" |
||||
|
||||
# [[content.filter_button]] |
||||
# name = "Other" |
||||
# tag = "Demo" |
||||
|
||||
[design] |
||||
# Choose how many columns the section has. Valid values: 1 or 2. |
||||
columns = "2" |
||||
|
||||
# Toggle between the various page layout types. |
||||
# 1 = List |
||||
# 2 = Compact |
||||
# 3 = Card |
||||
# 5 = Showcase |
||||
view = 2 |
||||
|
||||
# For Showcase view, flip alternate rows? |
||||
flip_alt_rows = false |
||||
|
||||
[design.background] |
||||
# Apply a background color, gradient, or image. |
||||
# Uncomment (by removing `#`) an option to apply it. |
||||
# Choose a light or dark text color by setting `text_color_light`. |
||||
# Any HTML color name or Hex value is valid. |
||||
|
||||
# Background color. |
||||
# color = "navy" |
||||
|
||||
# Background gradient. |
||||
# gradient_start = "DeepSkyBlue" |
||||
# gradient_end = "SkyBlue" |
||||
|
||||
# Background image. |
||||
# image = "background.jpg" # Name of image in `static/img/`. |
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. |
||||
|
||||
# Text color (true=light or false=dark). |
||||
# text_color_light = true |
||||
|
||||
[advanced] |
||||
# Custom CSS. |
||||
css_style = "" |
||||
|
||||
# CSS class. |
||||
css_class = "" |
||||
+++ |
||||
|
@ -1,71 +0,0 @@
@@ -1,71 +0,0 @@
|
||||
+++ |
||||
# A Recent Publications section created with the Pages widget. |
||||
# This section displays recent blog posts from `content/publication/`. |
||||
|
||||
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 90 # Order that this section will appear. |
||||
|
||||
title = "Recent Publications" |
||||
subtitle = "" |
||||
|
||||
[content] |
||||
# Page type to display. E.g. post, talk, or publication. |
||||
page_type = "publication" |
||||
|
||||
# Choose how much pages you would like to display (0 = all pages) |
||||
count = 5 |
||||
|
||||
# Choose how many pages you would like to offset by |
||||
offset = 0 |
||||
|
||||
# Page order. Descending (desc) or ascending (asc) date. |
||||
order = "desc" |
||||
|
||||
# Filter posts by a taxonomy term. |
||||
[content.filters] |
||||
tag = "" |
||||
category = "" |
||||
publication_type = "" |
||||
exclude_featured = false |
||||
|
||||
[design] |
||||
# Toggle between the various page layout types. |
||||
# 1 = List |
||||
# 2 = Compact |
||||
# 3 = Card |
||||
# 4 = Citation (publication only) |
||||
view = 2 |
||||
|
||||
[design.background] |
||||
# Apply a background color, gradient, or image. |
||||
# Uncomment (by removing `#`) an option to apply it. |
||||
# Choose a light or dark text color by setting `text_color_light`. |
||||
# Any HTML color name or Hex value is valid. |
||||
|
||||
# Background color. |
||||
# color = "navy" |
||||
|
||||
# Background gradient. |
||||
# gradient_start = "DeepSkyBlue" |
||||
# gradient_end = "SkyBlue" |
||||
|
||||
# Background image. |
||||
# image = "background.jpg" # Name of image in `static/img/`. |
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. |
||||
|
||||
# Text color (true=light or false=dark). |
||||
# text_color_light = true |
||||
|
||||
[advanced] |
||||
# Custom CSS. |
||||
css_style = "" |
||||
|
||||
# CSS class. |
||||
css_class = "" |
||||
+++ |
||||
|
||||
{{% alert note %}} |
||||
Quickly discover relevant content by [filtering publications]({{< ref "/publication/_index.md" >}}). |
||||
{{% /alert %}} |
@ -1,35 +0,0 @@
@@ -1,35 +0,0 @@
|
||||
+++ |
||||
# A Skills section created with the Featurette widget. |
||||
widget = "featurette" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 30 # Order that this section will appear. |
||||
|
||||
title = "Skills" |
||||
subtitle = "" |
||||
|
||||
# Showcase personal skills or business features. |
||||
# |
||||
# Add/remove as many `[[feature]]` blocks below as you like. |
||||
# |
||||
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons |
||||
|
||||
[[feature]] |
||||
icon = "r-project" |
||||
icon_pack = "fab" |
||||
name = "R" |
||||
description = "90%" |
||||
|
||||
[[feature]] |
||||
icon = "chart-line" |
||||
icon_pack = "fas" |
||||
name = "Statistics" |
||||
description = "100%" |
||||
|
||||
[[feature]] |
||||
icon = "camera-retro" |
||||
icon_pack = "fas" |
||||
name = "Photography" |
||||
description = "10%" |
||||
|
||||
+++ |
@ -1,54 +0,0 @@
@@ -1,54 +0,0 @@
|
||||
+++ |
||||
# Slider widget. |
||||
widget = "slider" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 1 # Order that this section will appear. |
||||
|
||||
# Slide interval. |
||||
# Use `false` to disable animation or enter a time in ms, e.g. `5000` (5s). |
||||
interval = false |
||||
|
||||
# Slide height (optional). |
||||
# E.g. `500px` for 500 pixels or `calc(100vh - 70px)` for full screen. |
||||
height = "" |
||||
|
||||
# Slides. |
||||
# Duplicate an `[[item]]` block to add more slides. |
||||
[[item]] |
||||
title = "Hello" |
||||
content = "I am center aligned :smile:" |
||||
align = "center" # Choose `center`, `left`, or `right`. |
||||
|
||||
# Overlay a color or image (optional). |
||||
# Deactivate an option by commenting out the line, prefixing it with `#`. |
||||
overlay_color = "#666" # An HTML color value. |
||||
overlay_img = "headers/bubbles-wide.jpg" # Image path relative to your `static/img/` folder. |
||||
overlay_filter = 0.5 # Darken the image. Value in range 0-1. |
||||
|
||||
# Call to action button (optional). |
||||
# Activate the button by specifying a URL and button label below. |
||||
# Deactivate by commenting out parameters, prefixing lines with `#`. |
||||
cta_label = "Get Academic" |
||||
cta_url = "https://sourcethemes.com/academic/" |
||||
cta_icon_pack = "fas" |
||||
cta_icon = "graduation-cap" |
||||
|
||||
[[item]] |
||||
title = "Left" |
||||
content = "I am left aligned :smile:" |
||||
align = "left" |
||||
|
||||
overlay_color = "#555" # An HTML color value. |
||||
overlay_img = "" # Image path relative to your `static/img/` folder. |
||||
overlay_filter = 0.5 # Darken the image. Value in range 0-1. |
||||
|
||||
[[item]] |
||||
title = "Right" |
||||
content = "I am right aligned :smile:" |
||||
align = "right" |
||||
|
||||
overlay_color = "#333" # An HTML color value. |
||||
overlay_img = "" # Image path relative to your `static/img/` folder. |
||||
overlay_filter = 0.5 # Darken the image. Value in range 0-1. |
||||
+++ |
@ -1,22 +0,0 @@
@@ -1,22 +0,0 @@
|
||||
+++ |
||||
# Tag Cloud widget. |
||||
widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 120 # Order that this section will appear. |
||||
|
||||
title = "Popular Topics" |
||||
subtitle = "" |
||||
|
||||
[content] |
||||
# Choose the taxonomy from `config.toml` to display (e.g. tags, categories) |
||||
taxonomy = "tags" |
||||
|
||||
# Choose how many tags you would like to display (0 = all tags) |
||||
count = 20 |
||||
|
||||
[design] |
||||
# Minimum and maximum font sizes (1.0 = 100%). |
||||
font_size_min = 0.7 |
||||
font_size_max = 2.0 |
||||
+++ |
@ -1,69 +0,0 @@
@@ -1,69 +0,0 @@
|
||||
+++ |
||||
# A Recent and Upcoming Talks section created with the Pages widget. |
||||
# This section displays recent talks from `content/talk/`. |
||||
|
||||
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ |
||||
headless = true # This file represents a page section. |
||||
active = false # Activate this widget? true/false |
||||
weight = 70 # Order that this section will appear. |
||||
|
||||
title = "Recent & Upcoming Talks" |
||||
subtitle = "" |
||||
|
||||
[content] |
||||
# Page type to display. E.g. post, talk, or publication. |
||||
page_type = "talk" |
||||
|
||||
# Choose how much pages you would like to display (0 = all pages) |
||||
count = 5 |
||||
|
||||
# Choose how many pages you would like to offset by |
||||
offset = 0 |
||||
|
||||
# Page order. Descending (desc) or ascending (asc) date. |
||||
order = "desc" |
||||
|
||||
# Filter posts by a taxonomy term. |
||||
[content.filters] |
||||
tag = "" |
||||
category = "" |
||||
publication_type = "" |
||||
exclude_featured = false |
||||
exclude_past = false |
||||
exclude_future = false |
||||
|
||||
[design] |
||||
# Toggle between the various page layout types. |
||||
# 1 = List |
||||
# 2 = Compact |
||||
# 3 = Card |
||||
# 4 = Citation (publication only) |
||||
view = 2 |
||||
|
||||
[design.background] |
||||
# Apply a background color, gradient, or image. |
||||
# Uncomment (by removing `#`) an option to apply it. |
||||
# Choose a light or dark text color by setting `text_color_light`. |
||||
# Any HTML color name or Hex value is valid. |
||||
|
||||
# Background color. |
||||
# color = "navy" |
||||
|
||||
# Background gradient. |
||||
# gradient_start = "DeepSkyBlue" |
||||
# gradient_end = "SkyBlue" |
||||
|
||||
# Background image. |
||||
# image = "background.jpg" # Name of image in `static/img/`. |
||||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. |
||||
|
||||
# Text color (true=light or false=dark). |
||||
# text_color_light = true |
||||
|
||||
[advanced] |
||||
# Custom CSS. |
||||
css_style = "" |
||||
|
||||
# CSS class. |
||||
css_class = "" |
||||
+++ |
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
--- |
||||
title: Projects |
||||
authorbox: false |
||||
sidebar: true |
||||
menu: main |
||||
toc: false |
||||
weight: 10 |
||||
--- |
||||
|
||||
| Name | Description | |
||||
| --- | --- | |
||||
| [cview](https://git.sr.ht/~tslocum/cview) | Terminal-based user interface toolkit | |
||||
| [ditty](https://git.sr.ht/~tslocum/ditty) | Audio player | |
||||
| [gmenu](https://git.sr.ht/~tslocum/gmenu) | Desktop application launcher | |
||||
| [gophast](https://git.sr.ht/~tslocum/gophast) | Download manager and accelerator |
||||
| [harmony](https://git.sr.ht/~tslocum/harmony) | Voice and text communications platform |
||||
| [joker](https://git.sr.ht/~tslocum/joker) | Playing card library |
||||
| [Meditation Assistant](https://gitlab.com/tslocum/meditationassistant) | Feature packed meditation session timer and recorder |
||||
| [netris](https://git.sr.ht/~tslocum/netris) | Multiplayer Tetris clone |
||||
| [sage](https://git.sr.ht/~tslocum/sage) | Markov chain IRC bot |
||||
| [sshtargate](https://git.sr.ht/~tslocum/sshtargate) | Host SSH portals to applications |
||||
| [stick](https://git.sr.ht/~tslocum/stick) | Shareable Git-backed Markdown-formatted notes |
||||
| [TinyIB](https://gitlab.com/tslocum/tinyib) | Lightweight image board | |
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
{ |
||||
"name": "Rocket Nine Labs", |
||||
"short_name": "Rocket Nine Labs", |
||||
"lang": "en-us", |
||||
"theme_color": "#2962ff", |
||||
"background_color": "#2962ff", |
||||
"icons": [{ |
||||
"src": "../img/icon-192.png", |
||||
"sizes": "192x192", |
||||
"type": "image/png" |
||||
}, { |
||||
"src": "../img/icon-512.png", |
||||
"sizes": "512x512", |
||||
"type": "image/png" |
||||
}], |
||||
"display": "standalone", |
||||
"start_url": "/?utm_source=web_app_manifest" |
||||
} |
Loading…
Reference in new issue