A blog for physics, mathematics and philosophy, maintained by Siddhartha Bhattacharjee. Detailed description in the blog's about page.
This website is hosted at https://booodaness.github.io/tempus-spatium/.
To run this site as a local server, follow the steps below:
- Make sure you have Git installed. Open Git bash and clone this repository into your system:
cd <parent_directory>
git clone https://github.com/Booodaness/tempus-spatium
-
Download the latest stable release of Ruby.
-
Install Bundler.
-
Navigate to the clone of this repository made in step 1:
cd <parent_directory>/tempus-spatium
- Open Git bash and run
bundle install
, followed by:
$ bundle exec jekyll serve
You will get an output resembling:
Configuration file: <parent_directory>/tempus-spatium/_config.yml
Theme Config file: <parent_directory>/tempus-spatium/_config.yml
Source: <parent_directory>/tempus-spatium
Destination: <parent_directory>/tempus-spatium/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in <seconds> seconds.
Auto-regeneration: enabled for '<parent_directory>/tempus-spatium'
Server address: http://127.0.0.1:4000/tempus-spatium/
Server running... press ctrl-c to stop.
- Open your browser and go to
http://127.0.0.1:4000/tempus-spatium/
.
This project is powered by various facilities. Given below are links to their documentation:
-
Visit the concerned post on the blog.
-
Click the 'Suggest edits' link in the post's metadata.
-
Follow the steps below.
-
Make changes and push them to the fork's remote.
-
Start a pull request.
-
Optionally, document the changes in the request's review page.
Except where otherwise noted, the blog posts on this site are licensed under Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
Hence, any individual or group of individuals can reuse and modify the material as long as:
-
The purpose is non-commercial.
-
Credit is given to the author by mentioning their name (Siddhartha Bhattacharjee) and linking to the original content.
-
The new material must be distributed under the same license.
Blog posts can be cited as BibTeX,
@article{bhattacharjee:2022,
title={<post_title>},
author={Siddhartha Bhattacharjee},
journal={Tempus Spatium},
url={https://booodaness.github.io/tempus-spatium/<post_name>},
year={2022},
publisher={GitHub Pages}}
Where, post_title
is the title of the post and post_name
is the part of its URL succeeding https://booodaness.github.io
.
To cite this repository as a dataset, use the BibTeX,
@misc{Bhattacharjee_Tempus_Spatium,
author = {Bhattacharjee, Siddhartha},
title = {{Tempus Spatium}},
url = {https://booodaness.github.io/tempus-spatium/}
}
See CITATION.cff for more details.