|
2 | 2 | # Book settings |
3 | 3 | title : 経済学のためのPython入門 # The title of the book. Will be placed in the left navbar. |
4 | 4 | author : 春山 鉄源 Tetsugen HARUYAMA # The author of the book |
5 | | -copyright : "2024" # Copyright year to be placed in the footer |
| 5 | +copyright : "2025" # Copyright year to be placed in the footer |
6 | 6 | logo : "" # A path to the book logo |
7 | 7 | exclude_patterns : [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"] # Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb") |
8 | 8 | only_build_toc_files : true # Auto-exclude files not in the toc |
@@ -46,13 +46,15 @@ html: |
46 | 46 | use_issues_button : false # Whether to add an "open an issue" button |
47 | 47 | extra_navbar : '<a href="https://github.com/Py4Basics/py4basics.github.io">📈🎓📊 <!-- Default Statcounter code for Py4Basics https://py4basics.github.io --> <script type="text/javascript"> var sc_project=12615270; var sc_invisible=1; var sc_security="2a7796f0"; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script> <noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/12615270/0/2a7796f0/1/" alt="Web Analytics" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> <!-- End of Statcounter Code --></a>' # Will be displayed underneath the left navbar. |
48 | 48 | extra_footer : '<!-- Default Statcounter code for Py4Basics https://py4basics.github.io --> <script type="text/javascript"> var sc_project=12615270; var sc_invisible=1; var sc_security="2a7796f0"; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script> <noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/12615270/0/2a7796f0/1/" alt="Web Analytics" referrerPolicy="no-referrer-when-downgrade"></a></div></noscript> <!-- End of Statcounter Code -->' # Will be displayed underneath the footer. |
49 | | - google_analytics_id : G-R9KXY9G892 # A GA id that can be used to track book views. |
| 49 | + analytics: |
| 50 | + google_analytics_id : G-R9KXY9G892 # A GA id that can be used to track book views. |
50 | 51 | home_page_in_navbar : false # Whether to include your home page in the left Navigation Bar |
51 | 52 | baseurl : 'https://py4basics.github.io/' # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/ |
52 | 53 | comments: |
53 | 54 | hypothesis : false |
54 | 55 | utterances : false |
55 | | - #announcement : "<p><a href='http://www.econ.kobe-u.ac.jp/topics/pdf/221212-2.pdf'>✴️<<font color='white'>特別講演「UCバークレー校における経済学とデータサイエンス教育」(2023年1月6日) ← クリック!✴️</font></a></p>" |
| 56 | + announcement : "<p><a href='https://www.saiensu.co.jp/search/?isbn=978-4-88384-416-6&y=2025'><span style='color:white; font-size:90%;'> ✴️ 書籍『経済学のためのPython入門』(発行日:2025年10月10日) ← クリック! ✴️ </span></a></p>" |
| 57 | + |
56 | 58 | ####################################################################################### |
57 | 59 | # LaTeX-specific settings |
58 | 60 | latex: |
|
0 commit comments