The Lua Community Blog - Keywords: blog lua https://github.com/Etiene/lua.space
Pedro Gimeno 0877a7ae2a Change name to xassert, fix function and adapt text | 8 years ago | |
---|---|---|
conf | 9 years ago | |
controllers | 9 years ago | |
posts | 8 years ago | |
pub | 9 years ago | |
tests | 9 years ago | |
themes | 8 years ago | |
views | 8 years ago | |
.htaccess | 9 years ago | |
README.md | 8 years ago | |
generate_rss.lua | 9 years ago | |
index.lua | 9 years ago | |
install.lua | 9 years ago | |
start-server.lua | 9 years ago |
The Lua Community Blog
More info: Opening Post
##Yay, awesome, what is this blog for? Yes, that's an important question! Please notice that we don't have any affilitation with the official Lua team, but we intend to be a central hub for distributing news, technical posts and general discussions on everything related to Lua. Or, as the name says, a Lua space. Subscribe to our RSS feed if you wish to be notified when there's new content.
All posts are written in markdown and are contained in our git repository. Inside the posts
directory you'll find one or multiple other directories which are the categories of our posts. This one, for example, is in general.
Steps to writing a blog post:
posts
or create a new one
.md
posts_meta.lua
adding an entry for your post and your author details
This blogs support syntax highlight provided by highlight.js. Highlight.js auto-detects the programming language. Code blocks should be written in markdown using 4 spaces or a tab (+ the regular code indentation). Example:
local function welcome_to_luaspace()
print("You are awesome!")
end
##What type of content is welcome? This blog was created to promote the use of Lua on various levels, both personally and on the industry.
###Topics:
###Format Follow normal conventions for writing a google article such as having an introduction, adding references whenever possible etc. All posts should be Lua related in some level. Try to raise interesting discussions :) Besides that, the format is pretty flexible. In case you are unsure, you'll find some examples of types of article below.
Examples: http://lua.space/webdev/oauth2-authentication-with-lua
https://blog.cloudflare.com/pushing-nginx-to-its-limit-with-lua/
Example: http://lua.space/gamedev/handling-input-in-lua
Example: http://lua.space/webdev/the-best-lua-web-frameworks
Example: http://lua.space/gamedev/using-tiled-maps-in-love
###English & Grammar For the moment, the only language used for posting is English (although we may add more languages in the future). Pay attention to orthography and grammar. If English is not your first language, don't refrain from writing, English is not my first language either. If you are insecure about your English level, once you've written the article on your fork, show it to us, so we can help it out. :)
###How articles are accepted Once you've created your article on your fork and made a pull request, we will read it and decide how to proceed. If you've read the sections above, you have an idea on what's the scope of this blog. If we think your article is good to go, your PR will be immediately accepted and merged. We might feel something could be improved before publishing, like a section that could be described in more details or an important URL is missing, for example. We will, then, give feedback by commenting on the PR so you can address it. :)
If you have a subject but you are unsure on how to present it, you can also open an issue before writing the post. We will discuss and help you elaborate your idea. :)
##Maintainer
##Main Contributors