forked from Punderthings/fossfoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
227 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"files": [ | ||
"_pages/colophon.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
"commitConvention": "angular", | ||
"contributors": [ | ||
{ | ||
"login": "lydiapintscher", | ||
"name": "Lydia Pintscher", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/550412?v=4", | ||
"profile": "http://blog.lydiapintscher.de", | ||
"contributions": [ | ||
"data" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"skipCi": true, | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"projectName": "fossfoundation", | ||
"projectOwner": "Punderthings" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# From https://github.com/actions/jekyll-build-pages | ||
name: Build And Deploy Jekyll to Pages | ||
on: | ||
push: | ||
branches: ["test"] # Comment out | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v3 | ||
- name: Build | ||
uses: actions/jekyll-build-pages@v1.0.7 | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v1 | ||
deploy: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v2 | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# FOSS Foundations Metadata Directory | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](colophon#contributors) | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
|
||
This repo is home to a detailed [directory of non-profit FOSS Foundations](https://fossfoundation.info), and is meant to be a resource both for open source practitioners and academic researchers alike. | ||
Welcome to our [directory of non-profit FOSS Foundations](https://fossfoundation.info) published at [https://fossfoundation.info](https://fossfoundation.info) This is meant to be a resource both for open source practitioners and academic researchers alike. | ||
|
||
Start with the [roadmap to see where we're heading](https://fossfoundation.info/roadmap), and please use all the normal GitHub ways to [contribute new metadata or ideas](CONTRIBUTING.md) to our project! | ||
- [Roadmap](https://fossfoundation.info/roadmap) | ||
- [Data Philosophy](https://fossfoundation.info/data) | ||
- [Code of Conduct](https://fossfoundation.info/CODE_OF_CONDUCT) | ||
- [Contributors](https://fossfoundation.info/colophon#contributors) | ||
- [We welcome your contributions](CONTRIBUTING.md)! |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: NumFOCUS Projects | ||
excerpt: Full list of NumFOCUS sponsored projects. | ||
layout: default | ||
permalink: /projects-numfocus | ||
nav_exclude: true | ||
--- | ||
|
||
[NumFOCUS](foundations/numfocus) provides [fiscal hosting](https://numfocus.org/sponsored-projects) for a variety of open source projects. | ||
|
||
<h2>NumFOCUS Subprojects</h2> | ||
|
||
{% include subproject.html subproject=site.data.projects-numfocus %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters