Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

_config.yml 1.3 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
  1. repository: ncoop57/ds4se
  2. output: web
  3. topnav_title: ds4se
  4. site_title: ds4se
  5. company_name: Semeru Lab
  6. description: Data Science for Software Engieering (ds4se) is an academic initiative to perform exploratory analysis on software engieering artifact and metadata. Data Management, Analysis, and Benchmarking for DL and Traceability
  7. # Set to false to disable KaTeX math
  8. use_math: true
  9. # Add Google analytics id if you have one and want to use it here
  10. google_analytics:
  11. # See http://nbdev.fast.ai/search for help with adding Search
  12. google_search:
  13. host: 127.0.0.1
  14. # the preview server used. Leave as is.
  15. port: 4000
  16. # the port where the preview is rendered.
  17. exclude:
  18. - .idea/
  19. - .gitignore
  20. - vendor
  21. exclude: [vendor]
  22. highlighter: rouge
  23. markdown: kramdown
  24. kramdown:
  25. input: GFM
  26. auto_ids: true
  27. hard_wrap: false
  28. syntax_highlighter: rouge
  29. collections:
  30. tooltips:
  31. output: false
  32. defaults:
  33. -
  34. scope:
  35. path: ""
  36. type: "pages"
  37. values:
  38. layout: "page"
  39. comments: true
  40. search: true
  41. sidebar: home_sidebar
  42. topnav: topnav
  43. -
  44. scope:
  45. path: ""
  46. type: "tooltips"
  47. values:
  48. layout: "page"
  49. comments: true
  50. search: true
  51. tooltip: true
  52. sidebars:
  53. - home_sidebar
  54. permalink: pretty
  55. theme: jekyll-theme-cayman
  56. baseurl: /ds4se/
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...