Move tomorrow's post to _posts.
Add draft for next week. Tweak the template to better match the end format.
This commit is contained in:
parent
f8a036d27c
commit
baef315e5f
3 changed files with 40 additions and 16 deletions
29
_drafts/2018-04-02-weekly.md
Normal file
29
_drafts/2018-04-02-weekly.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: post
|
||||
title: "April 2nd Draft"
|
||||
date: 2018-04-02 07:00:00 -0800
|
||||
categories: weekly
|
||||
---
|
||||
|
||||
Feature story text here
|
||||
|
||||
# News from around the web!
|
||||
|
||||
[title](url)
|
||||
|
||||
# Upcoming events!
|
||||
May 2018 - [The PyCon 2018 conference](https://us.pycon.org/2018/about/), which will take place in Cleveland, is the largest annual gathering for the community using and developing the open-source Python programming language. It is produced and underwritten by the Python Software Foundation, the 501(c)(3) nonprofit organization dedicated to advancing and promoting Python. Through PyCon, the PSF advances its mission of growing the international community of Python programmers. Adafruit is a sponsor, we'll see you in the goodie bag :)
|
||||
|
||||
# Latest releases
|
||||
|
||||
CircuitPython's stable release is [#.#.#](https://github.com/adafruit/circuitpython/releases/latest) and its unstable release is [#.#.#-##.#](https://github.com/adafruit/circuitpython/releases). New to CircuitPython? Start with our [Welcome to CircuitPython Guide](https://learn.adafruit.com/welcome-to-circuitpython).
|
||||
|
||||
[2018####](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest) is the latest CircuitPython library bundle.
|
||||
|
||||
[v#.#.#](https://micropython.org/download) is the latest MicroPython release. Documentation for it is [here](http://docs.micropython.org/en/latest/pyboard/).
|
||||
|
||||
[#.#.#](https://www.python.org/downloads/) is the latest Python release.
|
||||
|
||||
# Contribute!
|
||||
|
||||
The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Tuesday. It highlights the latest CircuitPython related news from around the web including Python and MicroPython developments. To contribute, edit next week's draft [on GitHub]() and [submit a pull request]() with the changes. Join our [Discord](https://adafru.it/discord) or [post to the forum](https://forums.adafruit.com/viewforum.php?f=60) for any further questions.
|
||||
|
|
@ -8,27 +8,22 @@ categories: weekly
|
|||
Feature story text here
|
||||
|
||||
# News from around the web!
|
||||
* [title](url)
|
||||
|
||||
## Latest releases
|
||||
[title](url)
|
||||
|
||||
CircuitPython's stable release is [#.#.#](https://github.com/adafruit/circuitpython/releases/latest)
|
||||
and its unstable release is [#.#.#-##.#](https://github.com/adafruit/circuitpython/releases). New to
|
||||
CircuitPython? Start with our
|
||||
[Welcome to CircuitPython Guide](https://learn.adafruit.com/welcome-to-circuitpython).
|
||||
# Upcoming events!
|
||||
May 2018 - [The PyCon 2018 conference](https://us.pycon.org/2018/about/), which will take place in Cleveland, is the largest annual gathering for the community using and developing the open-source Python programming language. It is produced and underwritten by the Python Software Foundation, the 501(c)(3) nonprofit organization dedicated to advancing and promoting Python. Through PyCon, the PSF advances its mission of growing the international community of Python programmers. Adafruit is a sponsor, we'll see you in the goodie bag :)
|
||||
|
||||
[2018####](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest) is the latest
|
||||
CircuitPython library bundle.
|
||||
# Latest releases
|
||||
|
||||
[v#.#.#](https://micropython.org/download) is the latest MicroPython release. Documentation for it
|
||||
is [here](http://docs.micropython.org/en/latest/pyboard/).
|
||||
CircuitPython's stable release is [#.#.#](https://github.com/adafruit/circuitpython/releases/latest) and its unstable release is [#.#.#-##.#](https://github.com/adafruit/circuitpython/releases). New to CircuitPython? Start with our [Welcome to CircuitPython Guide](https://learn.adafruit.com/welcome-to-circuitpython).
|
||||
|
||||
[2018####](https://github.com/adafruit/Adafruit_CircuitPython_Bundle/releases/latest) is the latest CircuitPython library bundle.
|
||||
|
||||
[v#.#.#](https://micropython.org/download) is the latest MicroPython release. Documentation for it is [here](http://docs.micropython.org/en/latest/pyboard/).
|
||||
|
||||
[#.#.#](https://www.python.org/downloads/) is the latest Python release.
|
||||
|
||||
## Contribute!
|
||||
# Contribute!
|
||||
|
||||
The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every
|
||||
Tuesday. It highlights the latest CircuitPython related news from around the web including Python
|
||||
and MicroPython developments. To contribute, edit next week's draft [on GitHub]() and [submit a pull
|
||||
request]() with the changes. Join our [Discord](https://adafru.it/discord) or [post to the
|
||||
forum](https://forums.adafruit.com/viewforum.php?f=60) for any further questions.
|
||||
The CircuitPython Weekly Newsletter is a CircuitPython community-run newsletter emailed every Tuesday. It highlights the latest CircuitPython related news from around the web including Python and MicroPython developments. To contribute, edit next week's draft [on GitHub]() and [submit a pull request]() with the changes. Join our [Discord](https://adafru.it/discord) or [post to the forum](https://forums.adafruit.com/viewforum.php?f=60) for any further questions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue