mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:00:11 +01:00
Demo site: https://jonmeow.carbon-lang.dev/ I'm trying to keep work under the `/website` subdirectory so that the misc files don't interfere with unrelated views of the repository. The `prebuild.py` script does some work to move things around and add frontmatter, helping the jekyll generation. I'm using the "just-the-docs" theme because I think it's a decent match for what we want, and getting jekyll up and running with it wasn't too difficult. Note #1526 proposed using Docusaurus; I started out there, but was having trouble getting it working with newer versions. The plugins in particular I got stuck trying to make work, which sent me looking for options that we could have working with less customization. I do lean towards jekyll though, because it's what GH uses so hopefully we can get a more consistent experience. Having a website has been approved for a while under #1492, but hasn't been a priority. I'm mainly doing this because I want to just be able to point people to carbon-lang.dev and have easy links that way. --------- Co-authored-by: Chandler Carruth <chandlerc@gmail.com>
101 lines
2.4 KiB
Gemfile.lock
101 lines
2.4 KiB
Gemfile.lock
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
addressable (2.8.7)
|
|
public_suffix (>= 2.0.2, < 7.0)
|
|
bigdecimal (3.1.8)
|
|
colorator (1.1.0)
|
|
concurrent-ruby (1.3.4)
|
|
em-websocket (0.5.3)
|
|
eventmachine (>= 0.12.9)
|
|
http_parser.rb (~> 0)
|
|
eventmachine (1.2.7)
|
|
ffi (1.17.0)
|
|
forwardable-extended (2.6.0)
|
|
google-protobuf (4.27.3-arm64-darwin)
|
|
bigdecimal
|
|
rake (>= 13)
|
|
google-protobuf (4.27.3-x86_64-linux)
|
|
bigdecimal
|
|
rake (>= 13)
|
|
http_parser.rb (0.8.0)
|
|
i18n (1.14.5)
|
|
concurrent-ruby (~> 1.0)
|
|
jekyll (4.3.3)
|
|
addressable (~> 2.4)
|
|
colorator (~> 1.0)
|
|
em-websocket (~> 0.5)
|
|
i18n (~> 1.0)
|
|
jekyll-sass-converter (>= 2.0, < 4.0)
|
|
jekyll-watch (~> 2.0)
|
|
kramdown (~> 2.3, >= 2.3.1)
|
|
kramdown-parser-gfm (~> 1.0)
|
|
liquid (~> 4.0)
|
|
mercenary (>= 0.3.6, < 0.5)
|
|
pathutil (~> 0.9)
|
|
rouge (>= 3.0, < 5.0)
|
|
safe_yaml (~> 1.0)
|
|
terminal-table (>= 1.8, < 4.0)
|
|
webrick (~> 1.7)
|
|
jekyll-default-layout (0.1.5)
|
|
jekyll (>= 3.0, < 5.0)
|
|
jekyll-include-cache (0.2.1)
|
|
jekyll (>= 3.7, < 5.0)
|
|
jekyll-readme-index (0.3.0)
|
|
jekyll (>= 3.0, < 5.0)
|
|
jekyll-relative-links (0.7.0)
|
|
jekyll (>= 3.3, < 5.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)
|
|
just-the-docs (0.8.2)
|
|
jekyll (>= 3.8.5)
|
|
jekyll-include-cache
|
|
jekyll-seo-tag (>= 2.0)
|
|
rake (>= 12.3.1)
|
|
kramdown (2.4.0)
|
|
rexml
|
|
kramdown-parser-gfm (1.1.0)
|
|
kramdown (~> 2.0)
|
|
liquid (4.0.4)
|
|
listen (3.9.0)
|
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
rb-inotify (~> 0.9, >= 0.9.10)
|
|
mercenary (0.4.0)
|
|
pathutil (0.16.2)
|
|
forwardable-extended (~> 2.6)
|
|
public_suffix (6.0.1)
|
|
rake (13.2.1)
|
|
rb-fsevent (0.11.2)
|
|
rb-inotify (0.11.1)
|
|
ffi (~> 1.0)
|
|
rexml (3.3.5)
|
|
strscan
|
|
rouge (4.3.0)
|
|
safe_yaml (1.0.5)
|
|
sass-embedded (1.77.8)
|
|
google-protobuf (~> 4.26)
|
|
rake (>= 13)
|
|
strscan (3.1.0)
|
|
terminal-table (3.0.2)
|
|
unicode-display_width (>= 1.1.1, < 3)
|
|
unicode-display_width (2.5.0)
|
|
webrick (1.8.1)
|
|
|
|
PLATFORMS
|
|
arm64-darwin
|
|
x86_64-linux
|
|
|
|
DEPENDENCIES
|
|
jekyll (= 4.3.3)
|
|
jekyll-default-layout (= 0.1.5)
|
|
jekyll-readme-index (= 0.3.0)
|
|
jekyll-relative-links (= 0.7.0)
|
|
just-the-docs (= 0.8.2)
|
|
|
|
BUNDLED WITH
|
|
2.5.17
|