diff --git a/.gitignore b/.gitignore index 489e8c0..9dfee83 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ public/ .idea/ +resources/ diff --git a/config/_default/config.toml b/config/_default/config.toml index a941dff..071b65c 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -5,18 +5,18 @@ # Each configuration section is defined by a name in square brackets (e.g. `[outputs]`). # Title of your site -title = "Academic" +title = "Rocket Nine Labs" # The URL of your site. # End your URL with a `/` trailing slash, e.g. `https://example.com/`. -baseurl = "/" +baseurl = "https://rocketnine.space/" # Enter a copyright notice to display in the site footer. # To display a copyright symbol, type `©`. For current year, type `{year}`. copyright = "" # Enable analytics by entering your Google Analytics tracking ID -googleAnalytics = "" +googleAnalytics = "UA-71983-61" ############################ ## Advanced options below ## diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 4b3e786..28917c4 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -8,20 +8,20 @@ url = "#about" weight = 10 -[[main]] - name = "Posts" - url = "#posts" - weight = 20 +#[[main]] +# name = "Posts" +# url = "#posts" +# weight = 20 [[main]] name = "Projects" url = "#projects" weight = 30 -[[main]] - name = "Publications" - url = "#featured" - weight = 40 +#[[main]] +# name = "Publications" +# url = "#featured" +# weight = 40 [[main]] name = "Contact" diff --git a/config/_default/params.toml b/config/_default/params.toml index d566727..ff243cd 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -8,7 +8,7 @@ theme = "minimal" # Enable users to switch between day and night mode? -day_night = true +day_night = false # Overrride the theme's font set (optional). # Latest font sets (may require updating Academic): https://sourcethemes.com/academic/themes/ @@ -21,7 +21,7 @@ font = "" font_size = "m" # Description for social sharing and search engines. If undefined, superuser role is used in place. -description = "" +description = "Open source software developer" # Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here. sharing_image = "" @@ -54,7 +54,7 @@ privacy_pack = false # Enable visitors to edit pages? # `repo` defines the repository URL. `editable` defines which page types can be edited. -edit_page = {repo_url = "", repo_branch = "master", editable = {docs = true, page = false, post = false}} +edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", repo_branch = "master", editable = {docs = true, page = false, post = false}} # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) # Examples: "Mon, Jan 2, 2006" or "2006-01-02" @@ -67,9 +67,9 @@ time_format = "3:04 PM" ############################ # Enter contact details (optional). To hide a field, clear it to "". -email = "test@example.org" -phone = "888 888 88 88" -address = "Building 1 Room 1, Stanford University, California, 90210, USA" +email = "trevor@rocketnine.space" +phone = "" +address = "" # Office hours: use `
` to insert a line break, or set to "" to remove office hours office_hours = """Monday 10:00 to 13:00
@@ -80,13 +80,13 @@ appointment_url = "https://calendly.com" # Contact links # Set to `[]` to disable, or comment out unwanted lines with a hash `#`. -contact_links = [ - {icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"}, - {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"}, - {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"}, - {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"}, +contact_links = [] +# {icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"}, +# {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"}, +# {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"}, +# {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"}, # {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"}, - ] +# ] # Display a map. # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose @@ -124,20 +124,20 @@ plugins_js = [] ############################ # Get user avatars from Gravatar.com? (true/false) -gravatar = false +gravatar = true # Align the main menu to the right of the page? (true/false) menu_align_right = false # Show estimated reading time for posts? (true/false) -reading_time = true +reading_time = false # Display next/previous section pager? (true/false) section_pager = false docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)? # Enable in-built social sharing buttons? (true/false) -sharing = true +sharing = false # Configuration of publication pages. [publications] @@ -181,7 +181,7 @@ sharing = true # 0: No search engine # 1: Academic (built-in) # 2: Algolia (https://www.algolia.com) - engine = 1 + engine = 0 # Configuration of Algolia search engine. # Paste the values from your Algolia dashboard. diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index f61615a..2b8e994 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -1,6 +1,6 @@ --- # Display name -name: Nelson Bighetti +name: Trevor Slocum # Username (this should match the folder name) authors: @@ -10,50 +10,50 @@ authors: superuser: true # Role/position -role: Professor of Artificial Intelligence +role: Developer # Organizations/Affiliations -organizations: -- name: Stanford University - url: "" +#organizations: +#- name: Stanford University +# url: "" # Short bio (displayed in user profile at end of posts) -bio: My research interests include distributed robotics, mobile computing and programmable matter. +bio: Install Gentoo -interests: -- Artificial Intelligence -- Computational Linguistics -- Information Retrieval +#interests: +#- Open source software +#- Go +#- Linux -education: - courses: - - course: PhD in Artificial Intelligence - institution: Stanford University - year: 2012 - - course: MEng in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2009 - - course: BSc in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2008 +#education: +# courses: +# - course: PhD in Artificial Intelligence +# institution: Stanford University +# year: 2012 +# - course: MEng in Artificial Intelligence +# institution: Massachusetts Institute of Technology +# year: 2009 +# - course: BSc in Artificial Intelligence +# institution: Massachusetts Institute of Technology +# year: 2008 # Social/Academic Networking # For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons # For an email link, use "fas" icon pack, "envelope" icon, and a link in the # form "mailto:your-email@example.com" or "#contact" for contact widget. social: -- icon: envelope +#- icon: envelope +# icon_pack: fas +# link: '#contact' # For a direct email link, use "mailto:test@example.org". +- icon: git + icon_pack: fab + link: https://git.sr.ht/~tslocum +- icon: gitlab + icon_pack: fab + link: https://gitlab.com/tslocum +- icon: hand-holding-usd icon_pack: fas - link: '#contact' # For a direct email link, use "mailto:test@example.org". -- icon: twitter - icon_pack: fab - link: https://twitter.com/GeorgeCushen -- icon: google-scholar - icon_pack: ai - link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ -- icon: github - icon_pack: fab - link: https://github.com/gcushen + link: 'https://liberapay.com/rocketnine.space' # For a direct email link, use "mailto:test@example.org". # Link to a PDF of your resume/CV from the About widget. # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. # - icon: cv @@ -61,15 +61,18 @@ social: # link: files/cv.pdf # Enter email to display Gravatar (if Gravatar enabled in Config) -email: "" +email: "trevor@rocketnine.space" # Organizational groups that you belong to (for People widget) # Set this to `[]` or comment out if you are not using People widget. -user_groups: -- Researchers -- Visitors +#user_groups: +#- Researchers +#- Visitors --- -Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. +I use [Linux](https://en.wikipedia.org/wiki/Linux) to write [open-source software](https://en.wikipedia.org/wiki/Open-source_software). + +My projects are available on [sourcehut](https://sr.ht) and [GitLab](https://gitlab.com/users/tslocum/projects). + +Be sure to check out [stick](https://git.sr.ht/~tslocum/stick) and [gophast](https://git.sr.ht/~tslocum/gophast). -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate. diff --git a/content/home/accomplishments.md b/content/home/accomplishments.md index e2fd9a2..6187c01 100644 --- a/content/home/accomplishments.md +++ b/content/home/accomplishments.md @@ -2,7 +2,7 @@ # Accomplishments widget. widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 50 # Order that this section will appear. title = "Accomplish­ments" diff --git a/content/home/demo.md b/content/home/demo.md deleted file mode 100644 index cbd5cc6..0000000 --- a/content/home/demo.md +++ /dev/null @@ -1,72 +0,0 @@ -+++ -# A Demo section created with the Blank widget. -# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/ -# Add more sections by duplicating this file and customizing to your requirements. - -widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/ -headless = true # This file represents a page section. -active = true # Activate this widget? true/false -weight = 15 # Order that this section will appear. - -title = "Academic Kickstart" -subtitle = "" - -[design] - # Choose how many columns the section has. Valid values: 1 or 2. - columns = "1" - -[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 = "DarkGreen" - gradient_end = "ForestGreen" - - # Background image. - # image = "image.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 - -[design.spacing] - # Customize the section spacing. Order is top, right, bottom, left. - padding = ["20px", "0", "20px", "0"] - -[advanced] - # Custom CSS. - css_style = "" - - # CSS class. - css_class = "" -+++ - -Welcome to the **Academic Kickstart** template! - -Follow our [Getting Started](https://sourcethemes.com/academic/docs/get-started/) and [Page Builder](https://sourcethemes.com/academic/docs/widgets/) guides to easily personalize the template and then [add your own content](https://sourcethemes.com/academic/docs/managing-content/). - -For inspiration, check out [the Markdown files](https://sourcethemes.com/academic/docs/install/#demo-content) which power the [personal demo](https://academic-demo.netlify.com/). The easiest way to publish your new site to the internet is with [Netlify](https://sourcethemes.com/academic/docs/deployment/). - -- [View the documentation](https://sourcethemes.com/academic/docs/) -- [Ask a question](http://discuss.gohugo.io/) -- [Request a feature or report a bug](https://github.com/gcushen/hugo-academic/issues) -- Updating? View the [Update Guide](https://sourcethemes.com/academic/docs/update/) and [Release Notes](https://sourcethemes.com/academic/updates/) -- Support development of Academic: - - [Donate a coffee](https://paypal.me/cushen) - - [Become a backer on Patreon](https://www.patreon.com/cushen) - - [Decorate your laptop or journal with an Academic sticker](https://www.redbubble.com/people/neutreno/works/34387919-academic) - - [Wear the T-shirt](https://academic.threadless.com/) - -{{% alert note %}} -This homepage section is an example of adding [elements](https://sourcethemes.com/academic/docs/writing-markdown-latex/) to the [*Blank* widget](https://sourcethemes.com/academic/docs/widgets/). - -Backgrounds can be applied to any section. Here, the *background* option is set give a *color gradient*. - -**To remove this section, delete `content/home/demo.md`.** -{{% /alert %}} diff --git a/content/home/experience.md b/content/home/experience.md index 12d7b3d..79a125f 100644 --- a/content/home/experience.md +++ b/content/home/experience.md @@ -2,7 +2,7 @@ # Experience widget. widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 40 # Order that this section will appear. title = "Experience" diff --git a/content/home/featured.md b/content/home/featured.md index 345b6ea..6420c8f 100644 --- a/content/home/featured.md +++ b/content/home/featured.md @@ -5,7 +5,7 @@ widget = "featured" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 80 # Order that this section will appear. title = "Featured Publications" diff --git a/content/home/hero.md b/content/home/hero.md index 7f57c23..7b5bda0 100644 --- a/content/home/hero.md +++ b/content/home/hero.md @@ -1,7 +1,7 @@ +++ # Hero widget. widget = "hero" # See https://sourcethemes.com/academic/docs/page-builder/ -headless = true # This file represents a page section. +headless = false # This file represents a page section. active = false # Activate this widget? true/false weight = 10 # Order that this section will appear. diff --git a/content/home/posts.md b/content/home/posts.md index 12b3b6f..4afc303 100644 --- a/content/home/posts.md +++ b/content/home/posts.md @@ -4,7 +4,7 @@ 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 +active = false # Activate this widget? true/false weight = 60 # Order that this section will appear. title = "Recent Posts" diff --git a/content/home/projects.md b/content/home/projects.md index 660aa97..86bd567 100644 --- a/content/home/projects.md +++ b/content/home/projects.md @@ -42,7 +42,7 @@ subtitle = "" # 2 = Compact # 3 = Card # 5 = Showcase - view = 3 + view = 2 # For Showcase view, flip alternate rows? flip_alt_rows = false diff --git a/content/home/publications.md b/content/home/publications.md index 1d22f86..07a11f4 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -4,7 +4,7 @@ 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 +active = false # Activate this widget? true/false weight = 90 # Order that this section will appear. title = "Recent Publications" diff --git a/content/home/skills.md b/content/home/skills.md index 9f9f18e..bc0e4f1 100644 --- a/content/home/skills.md +++ b/content/home/skills.md @@ -2,7 +2,7 @@ # 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 = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 30 # Order that this section will appear. title = "Skills" diff --git a/content/home/tags.md b/content/home/tags.md index 6da5875..d550a28 100644 --- a/content/home/tags.md +++ b/content/home/tags.md @@ -2,7 +2,7 @@ # Tag Cloud widget. widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/ headless = true # This file represents a page section. -active = true # Activate this widget? true/false +active = false # Activate this widget? true/false weight = 120 # Order that this section will appear. title = "Popular Topics" diff --git a/content/home/talks.md b/content/home/talks.md index 2be0258..4d2c0d3 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -4,7 +4,7 @@ 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 +active = false # Activate this widget? true/false weight = 70 # Order that this section will appear. title = "Recent & Upcoming Talks" diff --git a/content/project/gmenu.md b/content/project/gmenu.md new file mode 100644 index 0000000..eefc704 --- /dev/null +++ b/content/project/gmenu.md @@ -0,0 +1,9 @@ +--- +title: gmenu +summary: Desktop application launcher +tags: +- Go +#date: "2016-04-27T00:00:00Z" + +external_link: "https://git.sr.ht/~tslocum/gmenu" +--- diff --git a/content/project/gophast.md b/content/project/gophast.md new file mode 100644 index 0000000..2743f5d --- /dev/null +++ b/content/project/gophast.md @@ -0,0 +1,9 @@ +--- +title: gophast +summary: Download manager and accelerator +tags: +- Go +#date: "2016-04-27T00:00:00Z" + +external_link: "https://git.sr.ht/~tslocum/gophast" +--- diff --git a/content/project/meditationassistant.md b/content/project/meditationassistant.md new file mode 100644 index 0000000..d4f88e4 --- /dev/null +++ b/content/project/meditationassistant.md @@ -0,0 +1,9 @@ +--- +title: Meditation Assistant +summary: Feature packed meditation session timer and recorder +tags: +- Android +#date: "2016-04-27T00:00:00Z" + +external_link: "https://gitlab.com/tslocum/meditationassistant" +--- diff --git a/content/project/sage.md b/content/project/sage.md new file mode 100644 index 0000000..7981852 --- /dev/null +++ b/content/project/sage.md @@ -0,0 +1,9 @@ +--- +title: sage +summary: Markov chain IRC bot +tags: +- Go +#date: "2016-04-27T00:00:00Z" + +external_link: "https://git.sr.ht/~tslocum/sage" +--- diff --git a/content/project/stick.md b/content/project/stick.md new file mode 100644 index 0000000..dd6dccd --- /dev/null +++ b/content/project/stick.md @@ -0,0 +1,9 @@ +--- +title: stick +summary: Shareable Git-backed Markdown-formatted notes +tags: +- Go +#date: "2016-04-27T00:00:00Z" + +external_link: "https://git.sr.ht/~tslocum/stick" +--- diff --git a/content/project/tinyib.md b/content/project/tinyib.md new file mode 100644 index 0000000..bbfc53f --- /dev/null +++ b/content/project/tinyib.md @@ -0,0 +1,10 @@ +--- +title: TinyIB +summary: Lightweight image board +tags: +- PHP + +#date: "2016-04-27T00:00:00Z" + +external_link: "https://gitlab.com/tslocum/tinyib" +--- diff --git a/netlify.toml b/netlify.toml index 0667350..4847996 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.55.6" + HUGO_VERSION = "0.55" HUGO_ENABLEGITINFO = "true" [context.production.environment] diff --git a/static/img/icon-192.png b/static/img/icon-192.png new file mode 100644 index 0000000..2056b0a Binary files /dev/null and b/static/img/icon-192.png differ diff --git a/static/img/icon-32.png b/static/img/icon-32.png new file mode 100644 index 0000000..cb1e6f4 Binary files /dev/null and b/static/img/icon-32.png differ diff --git a/static/img/icon-512.png b/static/img/icon-512.png new file mode 100644 index 0000000..3eae0bf Binary files /dev/null and b/static/img/icon-512.png differ