Edge
Перейти к файлу
Anshuman Goel 6c548a0699
Merge pull request #50 from MicrosoftEdge/anshuman-goel-patch-32
comment bundle path
2023-02-08 13:15:23 -08:00
.github/workflows comment bundle path 2023-02-08 13:15:12 -08:00
_data init commit 2020-10-09 17:11:31 -07:00
_includes changing title tagline 2021-03-02 14:37:01 -08:00
_layouts initial addition of the ios post and fixing statistic error in first posting 2020-10-16 09:02:59 -07:00
_posts Add Adobe PDF Stack Blog 2023-02-06 13:52:17 +00:00
_scripts/sh init commit 2020-10-09 17:11:31 -07:00
assets guest blogpost 2 2022-10-17 20:50:50 +03:00
pocs adding pocs for ui post 2021-06-02 07:31:03 -07:00
tabs init commit 2020-10-09 17:11:31 -07:00
tools Update build.sh 2023-02-08 13:11:50 -08:00
.gitignore adding pages-deploy script 2020-10-15 15:45:13 -07:00
404.html init commit 2020-10-09 17:11:31 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-10-09 15:22:52 -07:00
Gemfile remove == 2023-02-08 11:12:37 -08:00
LICENSE Initial LICENSE commit 2020-10-09 15:22:55 -07:00
README-theme.md init commit 2020-10-09 17:11:31 -07:00
README.md gem update 2023-02-08 08:23:13 -08:00
SECURITY.md Initial SECURITY.md commit 2020-10-09 15:22:53 -07:00
SUPPORT.md Initial SUPPORT.md commit 2020-10-09 15:22:56 -07:00
_config.yml changing title tagline 2021-03-02 14:37:01 -08:00
app.js init commit 2020-10-09 17:11:31 -07:00
favicon.ico init commit 2020-10-09 17:11:31 -07:00
feed.xml fixing feed urls 2020-10-16 17:40:46 -07:00
index.html init commit 2020-10-09 17:11:31 -07:00
robots.txt init commit 2020-10-09 17:11:31 -07:00
sitemap.xml init commit 2020-10-09 17:11:31 -07:00
sw.js init commit 2020-10-09 17:11:31 -07:00

README.md

VR Blog

This is a Jekyll blog based off the Chripy Theme. Generally speaking updating is as simple as adding a new markdown file to the post directory. Github actions will automatically generate the site content and publish as needed when code is commited to master. The instructions below are to setup locally and view site content.

Git on Windows will add line feeds to the scripts and break the github actions so be mindfull of that.

Local setup

use WSL or Linux

Although you can develop on Windows most of the scripts are written for linux and simply don't play well on Windows at the moment.

Install required packages

$ sudo apt install ruby-dev ruby-bundler coreutils fswatch zlib1g-dev build-essential 

Install all the ruby stuff

$ bundle install

Run the site locally

$ bash tools/run.sh

After you're done making changes push to the repo. All publishing is automated via Github Actions so you don't have to worry about that part. Code in the master branch will be generated into a site which is moved to the gh-pages branch which is used for publishing.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.