Skip to content

Commit

Permalink
Cleaning with hyde 2.0 - preping for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-parent committed Jan 10, 2024
1 parent 8d084e7 commit eace4e9
Show file tree
Hide file tree
Showing 64 changed files with 151 additions and 1,342 deletions.
67 changes: 67 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
# ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: cd ./docs
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/_site

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
4 changes: 3 additions & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ gem 'jekyll'
gem 'jekyll-redirect-from', group: [:jekyll_plugins]
gem 'jekyll-compose', group: [:jekyll_plugins]
gem "jekyll-remote-theme", group: [:jekyll_plugins]
gem 'jekyll-theme-adobe-hyde', path: '../../../stlab/hyde-theme'
# don't submit this line to the upstream repo
## Enable this line for local theme development
# gem 'jekyll-theme-adobe-hyde', path: '../../themes'
78 changes: 57 additions & 21 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
PATH
remote: ../../../stlab/hyde-theme
specs:
jekyll-theme-adobe-hyde (2.0.1)
jekyll (~> 4.3)
jekyll-seo-tag (~> 2.0)

GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.24.3-x86_64-linux)
google-protobuf (3.25.2)
google-protobuf (3.25.2-aarch64-linux)
google-protobuf (3.25.2-arm64-darwin)
google-protobuf (3.25.2-x86-linux)
google-protobuf (3.25.2-x86_64-darwin)
google-protobuf (3.25.2-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (4.3.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -49,8 +47,6 @@ GEM
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand All @@ -64,30 +60,70 @@ GEM
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.3)
public_suffix (5.0.4)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.1.3)
rouge (4.2.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass-embedded (1.66.1-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.69.7-aarch64-linux-android)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-aarch64-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-aarch64-linux-musl)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-arm-linux-androideabi)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-arm-linux-gnueabihf)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-arm-linux-musleabihf)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-arm64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86-linux-android)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86-linux-musl)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86_64-darwin)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86_64-linux-android)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86_64-linux-gnu)
google-protobuf (~> 3.25)
sass-embedded (1.69.7-x86_64-linux-musl)
google-protobuf (~> 3.25)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
webrick (1.8.1)

PLATFORMS
x86_64-linux
aarch64-linux
aarch64-linux-android
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-androideabi
arm-linux-gnueabihf
arm-linux-musleabihf
arm64-darwin
x86-linux
x86-linux-android
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-android
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
jekyll
jekyll-compose
jekyll-redirect-from
jekyll-remote-theme
jekyll-theme-adobe-hyde!

BUNDLED WITH
2.4.19
2.5.4
6 changes: 4 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "http://www.stlab.cc" # the base hostname & protocol for your site
twitter_username: SeanParent
github_username: stlab
# remote_theme: adobe/[email protected]
theme: jekyll-theme-adobe-hyde

## To build locally, toggle these two.
remote_theme: adobe/[email protected]
# theme: jekyll-theme-adobe-hyde
exclude:
- _source
- build
Expand Down
3 changes: 2 additions & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: page
title: About
tab: About
permalink: /about/
hyde:
tab: About
---

stlab is the ongoing work of what was Adobe's Software Technology Lab. The Adobe Source Libraries (ASL), Platform Libraries, and new stlab libraries are hosted on [github](https://github.com/stlab).
Expand Down
3 changes: 2 additions & 1 deletion docs/chat.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
layout: page
title: Chat
tab: Chat
permalink: /chat/
hyde:
tab: Chat
---

For video chats use the Google Hangout below (requires a Google account).
Expand Down
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
layout: default
---

{% assign home_thumbs = site.pages | where_exp:"p","p.icon" | sort:"tab"%}
{% assign home_thumbs = site.pages | where_exp:"p","p.hyde.icon" | sort:"hyde.tab"%}

<div class="home">
<table class='icon-table'>
<tr>
{% for page in home_thumbs %}
<td>
{% if page.icon %}
{% if page.hyde.icon %}
<a href='{{page.url}}'>
<div class='icon-box'>
<div class='top'><i class="fa fa-inverse fa-{{page.icon}}"></i></div>
<div class='bottom'>{{page.tab}}</div>
<div class='top'><i class="fa fa-inverse fa-{{page.hyde.icon}}"></i></div>
<div class='bottom'>{{page.hyde.tab}}</div>
</div>
</a>
{% endif %}
Expand Down
5 changes: 3 additions & 2 deletions docs/legacy/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: Welcome to the stlab.adobe.com Wiki
tab: Legacy
layout: page
redirect_from: /legacy/index.php/Main_Page
icon: pagelines
hyde:
tab: Legacy
icon: leaf
---

_These pages have been migrated from stlab.adobe.com/wiki for preservation. They may eventually be revised and moved into a more appropriate location on the site._
Expand Down
22 changes: 0 additions & 22 deletions docs/libraries/concurrency/channel.hpp/receiver3CT3E/set_ready.md

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions docs/libraries/concurrency/default_executor.hpp/f_group.md

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions docs/libraries/concurrency/default_executor.hpp/group_t/index.md

This file was deleted.

Loading

0 comments on commit eace4e9

Please sign in to comment.