This is the blog for the Astronomical Data Group at the CCA. Our plan is to update this blog once a week to highlight the work in progress in our group.
This information will generally be for group members.
- Create a fork of this GitHub repo.
- On that fork, add the figure that you want to the
static/fig
directory. It's best to name it something like2019-09-25.jpg
if you're post is to be published on Sept. 25, 2019. - Then, copy the file
content/posts/2000-01-01-template.md
and rename it using the current date and the short title that you want. - Edit that file to include your post. Don't forget to put in the right image filename and your name as the author.
- Set
draft: false
in the header of your post or just delete thedraft
line. - Open a pull request.
Some day we might make it easier using issues and a bot, but no promises.