posts_meta.lua 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. --
  2. -- 1 Rule = More Recent posts on the top!
  3. -- To unpublish, comment the entry
  4. -- Warning, posts with the category and short_url will clash
  5. -- Congratulations on your article and thanks for your contribution!
  6. --
  7. local authors = {
  8. -- Copy paste this entry and modify it to add yourself
  9. -- You can leave all fields nil except name
  10. etiene = {
  11. name = 'Etiene Dalcol',
  12. picture = 'https://scontent-cdg2-1.xx.fbcdn.net/hphotos-xaf1/v/t1.0-9/10302647_10205896098953415_7657524150962637562_n.jpg?oh=350d15cd44b05f205949c2105e41ece6&oe=56E10C30',
  13. description = 'Etiene is a Software Engineering student from Brazil currently living in France. She is also the Lead developer of Sailor and founder of LuaLadies.',
  14. website = 'http://etiene.net',
  15. twitter = 'http://twitter.com/etiene_d',
  16. github = 'http://github.com/Etiene',
  17. linkedin = 'https://linkedin.com/in/etienedalcol',
  18. facebook = nil,
  19. },
  20. mbalmer = {
  21. name = 'Marc Balmer',
  22. picture = 'http://www.hb9ssb.ch/foto/om/hb9ssb.jpg',
  23. description = 'Software developer, entrepreneur, lecturor, kernel hacker',
  24. website = 'http://www.msys.ch/',
  25. twitter = 'http://twitter.com/mbalmer',
  26. github = 'http://github.com/mbalmer',
  27. linkedin = 'https://www.linkedin.com/?mbalmer',
  28. facebook = nil,
  29. },
  30. undef = {
  31. name = 'undef',
  32. picture = 'http://www.quadrantgame.com/presskit/assets/images/icon.png',
  33. description = 'undef is an independent game developer from Berlin, Germany.',
  34. website = 'http://quadrantgame.com/',
  35. twitter = 'http://twitter.com/undefdev',
  36. github = 'http://github.com/undefdev',
  37. linkedin = nil,
  38. facebook = nil,
  39. },
  40. karai = {
  41. name = 'Landon Manning',
  42. picture = 'https://avatars2.githubusercontent.com/u/590332',
  43. description = 'Landon "Karai" Manning is an independent game developer from Nova Scotia, Canada.',
  44. website = 'http://landonmanning.com/',
  45. twitter = 'http://twitter.com/landonmanning',
  46. github = 'http://github.com/karai17',
  47. linkedin = nil,
  48. facebook = nil,
  49. },
  50. israel = {
  51. name = 'Israel Sotomayor',
  52. picture = 'https://avatars2.githubusercontent.com/u/678498',
  53. description = 'Software developer at Moltin',
  54. website = 'zot24.com',
  55. twitter = 'http://twitter.com/zot24',
  56. github = 'http://github.com/zot24',
  57. linkedin = nil,
  58. facebook = nil,
  59. },
  60. alex = {
  61. name = 'Alex Wiltschko',
  62. picture = 'https://pbs.twimg.com/profile_images/1548646247/SkeleTON_200x200.png',
  63. description = 'Neuroscience PhD student, Engineer at Twitter Cortex',
  64. twitter = 'https://twitter.com/awiltsch',
  65. github = 'https://github.com/alexbw',
  66. website = nil,
  67. linkedin = nil,
  68. facebook = nil
  69. },
  70. pgimeno = {
  71. name = 'Pedro Gimeno Fortea',
  72. picture = 'http://www.formauri.es/personal/pgimeno/files/blog/pgimeno-thumb.png',
  73. description = 'Pedro Gimeno has been a software developer for more than 30 years and lives in Valencia, Spain.',
  74. website = 'http://www.formauri.es/personal/pgimeno/',
  75. twitter = nil,
  76. github = 'http://github.com/pgimeno',
  77. linkedin = nil,
  78. facebook = nil,
  79. },
  80. }
  81. return {
  82. {
  83. page_title = 'A caveat when using assert()', -- Post and page title
  84. short_url = 'assert-usage-caveat', -- Short url and same as md file name
  85. category = 'general', -- folder of where it's in
  86. date = 'Feb 05 2016 01:07', -- Just for printing, ordering is done by this table order
  87. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  88. author = authors.pgimeno
  89. },
  90. {
  91. page_title = 'Contributing to Lua.Space', -- Post and page title
  92. short_url = 'contributing-to-lua-space', -- Short url and same as md file name
  93. category = 'general', -- folder of where it's in
  94. date = 'Jan 28 2016 08:46', -- Just for printing, ordering is done by this table order
  95. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  96. author = authors.etiene
  97. },
  98. {
  99. page_title = 'Autograd for Torch', -- Post and page title
  100. short_url = 'autograd-for-torch', -- Short url and same as md file name
  101. category = 'science', -- folder of where it's in
  102. date = 'Jan 21 2016 19:58', -- Just for printing, ordering is done by this table order
  103. reblogged_from = 'https://blog.twitter.com/2015/autograd-for-torch', -- [string] URL if this was posted somewhere else first
  104. author = authors.alex
  105. },
  106. {
  107. page_title = 'OAuth2 Authentication with Lua', -- Post and page title
  108. short_url = 'oauth2-authentication-with-lua', -- Short url and same as md file name
  109. category = 'webdev', -- folder of where it's in
  110. date = 'Jan 14 2016 14:50', -- Just for printing, ordering is done by this table order
  111. reblogged_from = 'https://moltin.com/blog/2016/01/oauth2-authentication-with-lua', -- [string] URL if this was posted somewhere else first
  112. author = authors.israel
  113. },
  114. {
  115. page_title = 'Community news #1 and meetup at FOSDEM', -- Post and page title
  116. short_url = 'community-news-1-and-meetup-at-fosdem', -- Short url and same as md file name
  117. category = 'general', -- folder of where it's in
  118. date = 'Dec 29 2015 13:29', -- Just for printing, ordering is done by this table order
  119. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  120. author = authors.etiene
  121. },
  122. {
  123. page_title = 'Using Tiled Maps in LÖVE', -- Post and page title
  124. short_url = 'using-tiled-maps-in-love', -- Short url and same as md file name
  125. category = 'gamedev', -- folder of where it's in
  126. date = 'Dec 21 2015 07:08', -- Just for printing, ordering is done by this table order
  127. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  128. author = authors.karai
  129. },
  130. {
  131. page_title = 'The Best Lua Web Frameworks', -- Post and page title
  132. short_url = 'the-best-lua-web-frameworks', -- Short url and same as md file name
  133. category = 'webdev', -- folder of where it's in
  134. date = 'Dec 16 2015 15:49', -- Just for printing, ordering is done by this table order
  135. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  136. author = authors.etiene
  137. },
  138. {
  139. page_title = 'Introducing Lua Templates', -- Post and page title
  140. short_url = 'introducing-lua-templates', -- Short url and same as md file name
  141. category = 'webdev', -- folder of where it's in
  142. date = 'Dec 12 2015 10:28', -- Just for printing, ordering is done by this table order
  143. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  144. author = authors.mbalmer
  145. },
  146. {
  147. page_title = 'Handling Input In Lua', -- Post and page title
  148. short_url = 'handling-input-in-lua', -- Short url and same as md file name
  149. category = 'gamedev', -- folder of where it's in
  150. date = 'Dec 11 2015 23:42', -- Just for printing, ordering is done by this table order
  151. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  152. author = authors.undef
  153. },
  154. {
  155. page_title = 'Blog opening and contribution guide!', -- Post and page title
  156. short_url = 'blog-opening-and-contribution-guide', -- Short url and same as md file name
  157. category = 'general', -- folder of where it's in
  158. date = 'Dec 11 2015 18:17', -- Just for printing, ordering is done by this table order
  159. reblogged_from = nil, -- [string] URL if this was posted somewhere else first
  160. author = authors.etiene
  161. }
  162. }