https://github.com/pmem/pmem.github.io
The pmem.io Website
https://github.com/pmem/pmem.github.io
Last synced: 4 months ago
JSON representation
The pmem.io Website
- Host: GitHub
- URL: https://github.com/pmem/pmem.github.io
- Owner: pmem
- License: other
- Created: 2014-07-21T22:05:12.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T12:24:04.000Z (over 1 year ago)
- Last Synced: 2025-02-05T00:54:22.363Z (over 1 year ago)
- Language: HTML
- Homepage: http://pmem.io
- Size: 122 MB
- Stars: 17
- Watchers: 14
- Forks: 53
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
pmem.github.io
==============
### pmem.io web site
This repo contains the top-level content for the pmem.io website.
Files on the “main” branch of this repo contain the source which is run through
Hugo automatically when changed via the GitHub Actions configuration in:
```
.github/workflows/gh-pages.yml
```
The result is deployed to the “gh-pages” branch (so you should not edit those files
Directly or they will be overwritten by the next deployment).
Most of the basic content is under data/en, for example, the content for the URL
```
https://pmem.io/about/
```
is in the file:
```
data/en/about.yml
```
The contents of this site are BSD-licensed open source.
Send questions or comments to [piotr.balcer@intel.com](mailto:piotr.balcer@intel.com).