This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch social-media-site in repository https://gitbox.apache.org/repos/asf/attic.git
commit ebab21f26ed63bbb1d8b03af92d77160910ec37c Author: GitHub Actions <acti...@users.noreply.github.com> AuthorDate: Tue May 13 17:56:32 2025 +0000 Init staging site social-media-site --- .asf.yaml | 3 +++ .gitignore | 15 +++++++++++++++ README.md | 1 + 3 files changed, 19 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..fecfef1 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,3 @@ +staging: + profile: social-media + whoami: social-media-site diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..412a834 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# ignore generated site in branches +output/ + +# Ignore folders generated by Bundler +.bundle/ +vendor/ +# Ignore download git-repositories.json +_data/git-repositories.json +_data/committee-retired.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..391d290 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +https://attic-social-media.staged.apache.org/\n\nbuilt from `social-media` branch https://github.com/apache/attic/tree/social-media