Skip to content

Commit

Permalink
Initial commit of hugo rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Jul 3, 2024
1 parent d08a57b commit f5a75e2
Show file tree
Hide file tree
Showing 356 changed files with 10,472 additions and 58,873 deletions.
10 changes: 10 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#------------------------------------------------------------------------
# Load Development Spack Environment (If Spack is installed.)
#
# Run 'direnv allow' from within the cloned repository to automatically
# load the spack environment when you enter the directory.
#------------------------------------------------------------------------
if type spack &>/dev/null; then
. $SPACK_ROOT/share/spack/setup-env.sh
spack env activate -d .
fi
17 changes: 2 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
*.gem
*.sublime-project
*.sublime-workspace
.bundle
.DS_Store
.jekyll-cache
.jekyll-metadata
.sass-cache
_asset_bundler_cache
_site
codekit-config.json
example/_site
Gemfile.lock
node_modules
npm-debug.log*
vendor/bundle
.spack-env
public
Empty file added .hugo_build.lock
Empty file.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

21 changes: 0 additions & 21 deletions COPYRIGHT

This file was deleted.

29 changes: 0 additions & 29 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions Gemfile

This file was deleted.

1 change: 0 additions & 1 deletion LICENSE-APACHE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
21 changes: 0 additions & 21 deletions NOTICE

This file was deleted.

13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
# spack.io

[![Build Status](https://travis-ci.com/spack/spack.io.svg?branch=master)](https://travis-ci.com/spack/spack.io)

This is the [spack.io](https://spack.io) website.

It's a Jekyll multi-page site with a blog, using the awesome
[Cayman Theme](https://mmistakes.github.io/minimal-mistakes/).

## Contributing

You can add posts to this site by putting new markdown files in the
`_posts` directory and submitting a pull request. See the section on
[working with posts](https://mmistakes.github.io/minimal-mistakes/docs/posts/) in the Minimial Mistakes
[Guide](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/)
for more details..
It's a Hugo multi-page site with a blog.

## License

Expand Down
Loading

0 comments on commit f5a75e2

Please sign in to comment.